Visual Studio 2017 Professional C ++ / CLI is missing

I do not understand why I cannot find the C ++ / CLI project type in Visual Studio 2017 . I just updated my Visual Studio and now I cannot create Windows Forms applications.

Visual Studio 2017 Project Options

Packages installed

+5
source share
1 answer

The answer is allowed on this visual studio community forum .

I copied the solution for convenience:

Please make sure that you select the "C ++ / CLI Support" component in your installation;

  • Run the "Visual Studio Installer"
  • Change your installed VS;
  • You can find the "C ++ / CLI Support" component under the "Developing Desktop Using C ++" workload

Package to install using Visual Studio 2017

+8
source

Source: https://habr.com/ru/post/1266506/


All Articles