When I try to build one project with Visual Studio 2017, I got following error:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Microsoft.Cpp.Redirect.14.props(47,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.cpp.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
Why it imports the V140\Microsoft.cpp.props
, I did not install Visual Studio 2015 on my PC.
How to resolve this issue?