Having trouble with MS Visual Studio 2010

I downloaded MS Visual Studio 2010 a few days ago and I just made a test project named Test. I created a c++ source file in there and I’m trying to compile a basic program so I can figure out if Microsoft Visual Studio is all set up correctly.There is no syntax error in the code so it’s a waste of time showing it, but the error I’m getting is:

Unable to start program ‘c:\documents and settings\owner\my documents\visual studio 2010\Projects\Test\Debug\Test.exe’

The system cannot find the file specified.

Why is this happening? Please help me out, I’m ordering an OpenGL book soon and I need everything working in order to use it.

I have it all figured out. I just found out that when a source file is created, it is not immediately attached to the project file that was active when the source file was created.