Respuesta :

To generate C++ GUI or C++ graphical user interface application, you require an IDE that sustains the C++ GUI application. To make the GUI app, you must use Visual Studio 2019 because it is better suited for the C++ GUI application.

How to make a Project and Configure a Visual Studio to Run a C++ GUI Application?

So, begin with making a project in Visual studio. After opening the visual studio application, you are required to determine the development settings to Visual C++ and select the color theme.

Once you exists done with that, you must click on this Make a new project.

After this, you exist going to add a project template, so you must search for CLR Empty Project(.NetFramework). This framework supplies information sharing between the .Net and C++ code.

In the following step, you can write the project's name and select the project's location.

Once you exists done with this, you can click on create, and the project will be constructed.

To learn more about computer programs refer to:

https://brainly.com/question/23275071

#SPJ9