C1083:Cannot open precompiled header file: 'Debug/<Project-Name>.pch': No such file or directory
This error results from a missing file -the compiled version of StdAfx.cpp. Visual C++ does a poor job of keeping
track of this file and frequently "forgets" how to build it.
This problem often occurs after restoring a saved workspace from diskette without the Debug directory.
To fix the error select StdAfx.cpp from the workspace file list them choose Compile from the Build menu.
If that doesn't work the go to Project -Settings, select the C/C++ tab, and click the radio button labeled Create
Precompiled Headers.