1>------ Rebuild All started: Project: CPP, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'CPP', configuration 'Debug|Win32'
1>Compiling...
1>stdafx.cpp
1>Compiling...
1>CPP.cpp
1>Compiling manifest to resources...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Linking...
1>LINK : C:\Documents and Settings\Colby\My Documents\Visual Studio 2008\Projects\CPP\Debug\CPP.exe not found or not built by the last incremental link; performing full link
1>Embedding manifest...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://c:\Documents and Settings\My Documents\Visual Studio 2008\Projects\CPP\CPP\Debug\BuildLog.htm"
1>CPP - 0 error(s), 0 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
I guess what I am trying to say (with no insult intended) is that; if the project compiles, loads and exits without error, the code that you are typing in is not in the files that are compiled.