Win 10; build tools error; msbuild.exe failed code: 1

I repaired the msbuild.exe and then install python.msi in case that may have messed things up.

This part is in red:
C:\Users\ALERATOR\garlic\node_modules\bcrypt\build\bcrypt_lib.vcxproj(20,3): er
ror MSB4019: The imported project “C:\Microsoft.Cpp.Default.props” was not foun
d. Confirm that the path in the declaration is correct, and that the f
ile exists on disk.

The full thing:

C:\Users\ALERATOR\garlic>meteor npm install --save bcrypt

bcrypt@0.8.7 install C:\Users\ALERATOR\garlic\node_modules\bcrypt
node-gyp rebuild

Building the projects in this solution one at a time. To enable parallel build, please add the “/m” switch.
C:\Users\ALERATOR\garlic\node_modules\bcrypt\build\bcrypt_lib.vcxproj(20,3): er
ror MSB4019: The imported project “C:\Microsoft.Cpp.Default.props” was not foun
d. Confirm that the path in the declaration is correct, and that the f
ile exists on disk.
gyp ERR! build error
gyp ERR! stack Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Users\ALERATOR\AppData\Local.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 10.0.10586
gyp ERR! command “C:\Users\ALERATOR\AppData\Local\.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\bin\node.exe” “C:\Users\ALERATOR\AppData\Local\.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\node-gyp\bin\node-gyp.js” "rebuild"
gyp ERR! cwd C:\Users\ALERATOR\garlic\node_modules\bcrypt
gyp ERR! node -v v4.5.0
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm ERR! Windows_NT 10.0.10586
npm ERR! argv “C:\Users\ALERATOR\AppData\Local\.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\bin\node.exe” “C:\Users\ALERATOR\AppData\Local\.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\npm\bin\npm-cli.js” “install” “–save” "bcrypt"
npm ERR! node v4.5.0
npm ERR! npm v3.10.6
npm ERR! code ELIFECYCLE

npm ERR! bcrypt@0.8.7 install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bcrypt@0.8.7 install script ‘node-gyp rebuild’.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the bcrypt package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs bcrypt
npm ERR! Or if that isn’t available, you can get their info via:
npm ERR! npm owner ls bcrypt
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\ALERATOR\garlic\npm-debug.log

C:\Users\ALERATOR\garlic>

So I’ve gone and installed c++ compiler and that appears to have fixed the issue with bcrypt installed, although I’ve now also witnessed yellow text in terminal (warning aabout some data loss, something).