Hi,
I have a Visual studio Professional 2012 project but VS Professional 2013 is installed. VS-2012 is not available.
When I compile these projects using VS-Prof-2013, I get the build-tools-set missing error.
Error MSB8020: The build tools for v141 (Platform Toolset = 'v141') cannot be found. To build using the v141 build tools, please install v141 build tools. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets
I tried to follow few threads on this forum but none helped to solve the issue.
Installed VS-Prof-2017 with build-tool v141. Compiling with this generated even more errors about missing C/C++ headers along with v141
"Error C1083 Cannot open include file: 'time.h': No such file or directory"
Used VS-Prof-2013 with tool set v120, but got same error - v141 is missing. I have set the Platform toolset to "v120" which exists on system.
Currently I have v120, v120_xp, and v141 toolset installed.
Please guide me on how to proceed to compile VC12 project files.
Regards,
Ashoka