MFC Class Wizard

I am using VisualC++ 2005 beta 2. I created a dialog template in the editor and then double clicked on it to create a class. Added the Class name. The application correctly created the default .h and .cpp file names.

When I clicked on browse button next to the .h and .cpp file name edit boxes, I was taken to the correct folder. I asumed that the files will be created in the right folder.

I clicked on Finish. However, no files were created (I searched all my drives).

Does anyone know how to get this working


Answer this question

MFC Class Wizard

  • Lily

    Hi,

    I have just tried doing same and I see files created right where I have specified. Please double check one more time, try also saving all files in your solution. If you have a stable repro, please feel free to file a bug on lab.msdn.microsoft.com with detailed step-by-step instructions.

    Thanks,
    Nikola Dudar
    Visual C++ Team

  • rhino_mik

    Hi,

    I need to see what errors you get and learn more about your project to give any reasonable answer to this. Clearly .rc files can be in the same folder as the rest of files in your project. Something else is wrong.

    Nikola

  • luango

    Our solution consists of six projects including the main project. The code is under ClearCase source code control.
    We found out that for some strange reason, the new compiler does not tolerate each project having its own .rc file in its folder. We had to move these .rc files to the main folder (the . folder).
    However, something is still not right in the sense that some of the icons that we paste onto the buttons in dialog boxes from sub-projects either do not show up or are wrongly selected.
    Any ideas
    Thanks

  • MFC Class Wizard