VC.NET 7 - Class Wizard doesn't add class
by downlode » Tue, 01 Nov 2005 00:57:04 GMT
Hi,
I make a dialog in my MFC project, and double-click it to open the
class wizard. I put in a class name, set the base class as CDialog, and
click finish. Nothing happens. No files are created.
I'm having the same problems when trying to create event handlers. The
window opens, but nothing happens when I click "Add and Edit".
Any ideas where I'm going wrong? Or is it a problem with the IDE?
Thanks.
Mike
Re: VC.NET 7 - Class Wizard doesn't add class
by Peter van der Goes » Tue, 01 Nov 2005 02:35:01 GMT
As I'm not having difficulties performing those tasks here, I suggest that
you first make sure your system is completely free of viruses, trojans,
malware, etc., then try a repair install of Visual Studio.
--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Re: VC.NET 7 - Class Wizard doesn't add class
by beatbox » Tue, 01 Nov 2005 05:00:12 GMT
Repair install did the trick, thanks.