Greetings,

I'm somewhat new to VC++ 6.0; I've alwasy programmed in VB 6.0.

I've been having a couple issues for a bit of time now, and I really hope someone can please help.

I copied an already existing project with all it source, etc. from a folder to a brand new folder on the same drive, so that i can make a different version with some deleted features.

Everytime I run the program in the new folder, it seems to access the code from the old folder, instead of accessing my modified code in the new folder. How I can tell is that I had modified the "Main" form and the "About" form, by deleting some items off of them. These deletions are not showing. I've doublechecked to make sure that the changes have been saved to these forms, and they have.

I went to the Project/Settings and made sure that all the configurations had Debug / C/C++ / Links / and all the other tabs set to the new folder. I've doublechecked thoroughly to make sure I've gotten them all.

Is there a step I'm missing?

Also, when executing the executable, I first get this message:

"One or more files are out of date or do not exist.
These files need to be built. Do you want to build them?"
It lists 2 files. I click OK to have them rebuilt; rerun the program and get the same message, which tells me the 2 files have not been rebuilt as I've requested. . When I click "No" to the rebuild, the executable continues, and, as I mentioned above, the changes I had made do not show. Thus the program sure seems to be using files from the old directory.

Anyhow, can somebody please give me some clues or direction??? I'd sure appreciate it.

Thank you,
Jim