You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. First of all, sorry for my bad English.. Since I want to use 3rd party modules with c/c++ addons, I ran nw-gyp rebuild --target=0.8.0 to rebuild my module for node-webkit. However, after typing that command, I just got this error message :
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of t he component to the system path if it is installed elsewhere.
It seems that this issue occured because there is no VCBuild.exe in visual studio 2013 anymore. Is there anyway to solve this problem?
The text was updated successfully, but these errors were encountered:
Hi. First of all, sorry for my bad English.. Since I want to use 3rd party modules with c/c++ addons, I ran nw-gyp rebuild --target=0.8.0 to rebuild my module for node-webkit. However, after typing that command, I just got this error message :
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of t he component to the system path if it is installed elsewhere.
It seems that this issue occured because there is no VCBuild.exe in visual studio 2013 anymore. Is there anyway to solve this problem?
The text was updated successfully, but these errors were encountered: