vs2013错误解决方法

1、cannot determine the location of the vs common tools folder

打开"VS2013开发人员命令提示后",上面提示"cannot determine the location of the vs common tools folder",于是打开VC/bin目录下的vcvars32.bat,发现没有找到环境变量VS120COMNTOOLS。但是,我明明添加了VS120COMNTOOLS这个环境变量。为什么VS识别不出VS120COMNTOOLS?

解决方法:添加PATH环境变量,值为:C:\Windows\System32

原文:he problem is that the bat uses de reg command and it searches that in the PATH system variable. Somehow you have managed to get "C:\Windows\System32" out of the PATH variable, so just go to the system variables (right click "My Computer"
> "Properties" > advanced config > "Environment Variables", search the PATH variable and add at the end separated by ";" :
C:\Windows\System32

上一篇:VS2013在Windows7 64位上变慢的解决方法


下一篇:使用 RxJS 实现一个简易的仿 Elm 架构应用