Hi,

I'm new to the Visual Studio 2003 IDE and Windows programming in general. I got started with Visual C++ 6, MFC, and a beginners book. The book mentioned several steps for removing a class from a project, including removing the .h and .cpp files from the project and its directory, removing #includes, removing symbols, and performing a clean build. One other step was to use the ClassWizard to recreate a class of the same name and then to select "Delete" on the "Repair Class" dialog that shows up. With Visual Studio 2003 I've tried doing the same with the "Add Class" feature but I don't see the "Repair Class" dialog. Is there a documented technique for removing a class from a project ? For now I have just been using the find feature to locate and delete any references after all the other steps and am worried I might be missing something when I do this.

Thanks,

David