Hey, I was just wondering. I have Visual C++ 2013 Ultimate RC, and I can't get Windows Forms Application(with Design Mode and all that), could someone give me the requirements or maybe an alternate way of doing that?
Because a Win32 project is not a Windows Forms Application...
Though I should tell you that Windows Forms is only available in Managed C++ (IE using the .net framework). Follow this http://msdn.microsoft.com/en-us/library/ms235634(v=vs.90).aspx to get it working.
If you don't want to use Managed C++ you can create a MFC program by following this http://msdn.microsoft.com/en-us/library/9es9d1k4.aspx or look into using QT or wxWidgets.