error MSB3411: Could not l oad the Visual C++ component “VCBuild.exe”

前端 未结 4 1606
野的像风
野的像风 2020-12-08 17:20

I have Visual Studio 2010 with SP1 and Windows sdk 7.1. I also have VS2012 and Windows kit 8.

when i run Windows SDK 7.1 Command Prompt and run no

4条回答
  •  無奈伤痛
    2020-12-08 17:37

    This can be fixed by installing all the required tools and configurations using Microsoft's windows-build-tools using npm install --global --production windows-build-tools from an elevated cmd (run as administrator).

提交回复
热议问题