Visual Studio 2015 Community - Create new project window keeps popping up
Solution 1:
try changing the environment variable
The default value is somehow missing a backslash in the end \
.
VCTargetsPath = C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140
It should be this way:
VCTargetsPath = C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\