Hi. I am making a game, and I just started writing a little utility program for it a few days ago. I added a new project to my game's workspace, and it was a console app. After that, everything worked fine. Just today, I decided to convert the utility to an MFC dialog based app instead of a console app, so I removed the console app from the workspace, and started a new project for the dialog based one. I copied the source over and everything, and added it to the new project. The directory structure is now pretty much the same as before, and everything compiles alright, but whenever I close VC++ or close the project with files open, and reopen VC++ or the project, it comes up with an error box that says "All windows in the project couldn't be opened" or something to that effect. I don't get it, because all the files still open and compile alright, so they are being found by the IDE, but for some reason they don't open. This happens for all the files in my utility project (MFC dialog based) and in the original project (plain Win32 app).
Can anybody help me?
------------------
http://qoy.tripod.com