views:

391

answers:

1

OK, so it's almost a programming question -

The VS2008 dialog event wizard has stopped working. Double-clicking on a button in an MFC dialog project does not fire the wizard as usual and a right-click to get to the 'Add Event Handler...' shows a dialog with no message types.

Further to this the MFC message mapping and virtual class listing that generally appears in the properties window (Alt + Enter) is now empty.

Has anyone elese seen this and if so, how'd they fix it? I have 'repaired' my VS08 installation ...

Thx++

Jerry

A: 

For anyone else with this problem: 1. Delete all NCB, PDB, and ILK files in the project folder(s), then retry. This fixed my problem.

It's the NCB file - delete that and all is well. THANK YOU!!

permutations
Which version of VS and how does your problem manifest itself?
G Forty