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.
 
Back
Top