Heute hatte ich einen nervigen Fehler auf meinem Rechner. Ich wollte mit node-gyp  das Paket bcrypt  kompilieren, was bei mir zu folgendem Fehler führte:

C:\Project\node_modules\bcrypt\build\bcrypt_lib.vcxproj(1,646): error MSB4019: 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.

Die Lösung war einfach: Ich habe den Windows SDK 7.1  installiert und dabei vor allem die “Visual C++ compilers” mitinstalliert.