class wizard broken

  • Thread starter Thread starter Kurt
  • Start date Start date
K

Kurt

After converting VC 6 workspace to a solution the class wizard does not
work. When adding a new dialog the wizard takes all the information but does
not create the cpp & h file. Does anyone know how to fix this?

Kurt
 
After converting VC 6 workspace to a solution the class wizard does
not work. When adding a new dialog the wizard takes all the
information but does not create the cpp & h file. Does anyone know how
to fix this?

I'm assuming this is the "Generic Class" wizard? Does it return any
errors? Does this problem happen in other solutions or just this one?

Thanks,
 
MFC class wizard, we actually figured it out. You have to have stdafx.h
added to your project, in VC6 we used a standard one of these that was just
picked up in our include path.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top