Error PRJ0003: Error occuring "cl.exe"

I converted the VS2006 vC ++ project to VS2008. When compiling, I get the above error. How to fix it? did i miss this exe?

+3
source share
4 answers

There is an error in the installer of the standard version of Visual Studio 2008. It does not install cl.exe if you install Visual C ++, but not Visual C #. To get around this, you need to install Visual C #, even if you don't need it.

+15
source

cl.exe is the VS2008 (and any other VS) C / C ++ compiler, so check the more detailed error message why it could not be created. Make sure you install C ++ language support when installing VS2008.

+2
source

, "" , cl.exe.

, VS2008 Win32 ( ).

VS2008 ( - " " ) "/ " " Win32", ( Visual ++ - Visual ++ Tools).

+1

Windows 10 PATH:

C:\ProgramFilesC\VS2008\Common7\IDE C:\ProgramFilesC\VS2008\VC\Bin\x86_amd64

C:\ProgramFilesC\VS2008 - , Visual Studio.

0

Source: https://habr.com/ru/post/1697268/


All Articles