Looking through the .dsp file I see that it does not contain any .rc files. There is another project that it depends on called XXXXX_Res. It looks like you are using an atypical (do not interpret this as "bad") idiom to manage your resources.
One suggestion that I have is for you to not use the Class Wizard to add member variables to control the Measurement Studio controls. Instead, you would add the member variable declarations to your header files directly. You would add the appropriate DDX_Control calls to your dialog box class's DoDataExchange function.
Then, to handle events, you would add the appropriate items to the message map. At this point, with everything set up manually, Class Wizard might be able to handle adding the event me
ssage maps and functions for you.
Although this might sound challenging, you can use a test project to see exactly what you should be adding to make things work.
If you really want to get this to work with Class Wizard, the first thing I would try would be to add Measurement Studio support to the project that contains the resources.
I'm interested in this problem but can't really get further without more information about how this application is put together. If the above two suggestions don't work for you, we'll either need you to create a simple test application that demonstrates the problem or we'll need for you to explain how the project is put together so that we can try to reproduce the problem here. If you want to go this route go to ni.com/ask to get to email support.
David Rohacek
National Instruments