In VS2015, how do I configure my project to prevent linking (i.e. only create object files)? I have tried using the /c option but VS2015 is still is giving linking errors:
fatal error LNK1120: 1 unresolved externals error LNK2019: unresolved external symbol _MAIN__ referenced in function _main
Thanks...