Visual Studio error confusion + help please

心不动则不痛 提交于 2019-12-11 18:14:45

问题


I keep getting this in Visual Studio:

Compiling...
Project : error PRJ0002 : Error result -1073741790 returned from 'c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\cl.exe'.

I've re-installed MS VS 3 times already and the code i'm running are project files that work fine on another computer. Am i having some configuration or setup problem?


回答1:


Check your paths under Tools->Projects and Solutions->VC++ Directories

Any non-existant paths listed (under include files or library files for example) can throw this error.



来源:https://stackoverflow.com/questions/6145469/visual-studio-error-confusion-help-please

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!