the system cannot find the file specified

Hello,

I just purchased Visual C++ 2010 Ultimate, to start my coding experience.
Whenever I try to debug, it gives me this error:

The system cannot find the file specified

It can't find the .exe file, and I have no idea how to fix this, I even Googled it, and tried a few things, without any luck.

Do any of you have a solution?

Dario
Is there any buid errors? If so, you cannot find file because there isn't one yet. Fix all errors, then build again.

This: http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/3d841d77-2cb9-4009-9d62-b7f8d7a060ce/ Might help you too.
@Dario z: Try just compiling the code without running it.

When you run the code, it deletes the exe and then compiles the code, then it tries to run the exe. If the code had errors and it didn't compile into an exe, then you would get this error message.

@vlad: he's using Windows, that error message is not from his compiler.
Topic archived. No new replies allowed.