Hi,
Recently I am unable to compile programs with Visual C++ Express 2005. It work fine before. When I try to compile code I get the error message:
I am not sure when this started to happen, but I tried to install Visual Studio 2005 Professional recently which might have caused this.Code:The system cannot find the specified path.
Does someone know what causes the error, and how I can solve it?
Thanks
This is the exact error message from Visual Studio:
Code:------ Build started: Project: program, Configuration: Debug Win32 ------ Compiling... stdafx.cpp Compiling... program.cpp Compiling manifest to resources... Linking... Embedding manifest... Het systeem kan het opgegeven pad niet vinden. Project : error PRJ0002 : Error result 1 returned from 'C:\WINNT\system32\cmd.exe'. Build log was saved at "file://c:\Documents and Settings\Tex\Bureaublad\ziek\program\program\Debug\BuildLog.htm" program - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


