The file Microsoft.Cpp.Default.props is not in the directory.

when installing nodejs heapdump it gives me an error

D:\Project\demo\AppEngage\NodeJS\Scripts\node_modules\heapdump\build\addon.vcxp
roj(20,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\
Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Default.props" was not found. Confirm tha
t the path in the <Import> declaration is correct, and that the file exists on
disk.

but Microsoft.Cpp.Default.props this file does not exist in my msbuild folder

+4
source share

Source: https://habr.com/ru/post/1661577/


All Articles