whats wrong with visual studio?

hello all, im having a problem with my Visual studio 2008 , i recently tried to move my project to VC++ environment ( from codeblocks) , after making a console project and then adding files, when i try to compile the project i get the error :
http://i39.tinypic.com/1z4xtle.jpg
which as you can see ,says:"The system can not find the file specified"
i also have the same problem with anothe projec ( GUI this time), it gives me the same error message !

any help?
Last edited on
That's somewhat odd...it shouldn't need to find a .exe to just compile AFAIK...Try doing a complete re-build.
closed account (z05DSL3A)
Master, Why did the build fail?
i tried re-building the whole project! but once more again i got the same error, i have this kind of error with all of my projects in C++ or VC++, i dont know why this is happening!
and this is another screen shot showing the same error happening for another project this time a Visual C++ project!
http://master.huricane.googlepages.com/error2.JPG
closed account (z05DSL3A)
In both of your pictures, look at the output window. The build failed, therefore there is nothing to run.
tanx, i checked it there were couple of errors (because of not commenting still in work sessions )
i removed those parts and it compiled just fine
Last edited on
Topic archived. No new replies allowed.