The file with the .clw extension is generated by the class wizard. Essentially a data file where the class wizard stores information about the classes in your project space.
At times the class wizard will seem to forget about a class and not show it anymore in the tree view. This happens mostly after adding a new member. To fix this you can close out your workspace, delete the .clw file, and open up your project again. The file will be regenerated and the disappearing class will reappear.
Use the resource editor to (Resource Tab) to add a dialog to your application. There you can visually layout your resource. Once you are happy with what you have double click on the dialog to invoke the classwizard. The class wizard will then give you the option of adding a new class for this dialog. Derive it from the CDialog class and then you should have access to this new class in your project.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.