问题
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