
Open your solution > Right click on your solution > Add new project > Installed > Visual C++ > CLR > CLR Empty Project. NET, etc.įor those of you who actually enjoy developing Windows Form applications with C++/CLI, the following steps will show you how to get started.įor our purposes, CLI is the same as CLR. Nevertheless there are still good reasons to use C++/CLI if your main skill set starts with C++: No pointers, garbage collection, STL-aware. The official explanation is that they want to encourage managed desktop UI development in C# or VB and relegate C++/CLI to serve as glue between native back end code and managed UI code." "MS removed the WinForms C++/CLI template. C++/CLI isn’t recommended for new Windows projects anymore so Microsoft makes it difficult to create a simple Windows Form application using this language.
