In my MFC project I try to create dialog. So in Resource View insert Dialog. Then double click inside dialog, to get dialog class. MFC Add Class Wizard runs, when I input Class name, and select Base class: CDialogEx. Click Finish button, wizard closes and nothing else happens. None files (cpp, h) is created.
Can You tell me what can be wrong?
As workaround I create manualy files .cpp and .h where derive class from CDialogEx, it is displayed correctly , and I can work with it (messages are handled correctly) But I have other problems, with Add variable to controls for example.