I converted my /clr:oldsyntax C++ project so it now compiles and runs using the Visual Studio's Configuration Properties, C/C++, General, Common Language RunTime Support: /clr. When I attempt to add a new windows form, I receive the message "CLR components cannot be added to a project using old syntax C++...". Does anyone have an idea of what in my project may be causing this error?