开发者

Visual Studio error confusion + help please

开发者 https://www.devze.com 2023-03-08 12:33 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消