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?
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.
精彩评论