"C:\Microsoft.Cpp.Default.props" was not found.
I was getting this error when running npm install.
The imported project "C:\Microsoft.Cpp.Default.props" was not found.
Confirm that the path in the declaration is correct, and that the file exists
on disk.
Solution :-
SET VCTargetsPath=C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140
Thanks to Stackoverflow for this answer! :)
Comments