When using C++/CLI my imported files show up as C++ header files. How do I set the properties of these files so they are recognized by the form designer?
When using C++/CLI, Dudelabs generates header files (h files) that the designer can read. However,by default, Visual Studio 2005 flags the imported h file as a C++ Header file. You must manually set the “File Type” for the file properties to “C++ Form”. If you select all of the imported h files, the file type can be set for all of the files at one time.