C++ console App does not appear as starting project

Data analyst 1 Reputation point
2021-09-23T20:52:56.697+00:00

Hi to all,

I am new to Visual Studio 2019 and I am trying to start a .cpp project using the C++ console App but the only one I get is shown in the attached image. I checked in the installation manager and everything is ok. What am I missing?

Thanks to eveybody

134756-capture.jpg

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,525 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Minxin Yu 10,031 Reputation points Microsoft Vendor
    2021-09-24T07:42:55.313+00:00

    Hello, Welcome to Microsoft Q&A

    I'm afraid you didn't install Desktop development with C++ correctly. Please follow the steps below to install Desktop development with C++.

    1. You need to check it in your Start first. Click the Visual Studio Installer in your Start.
    134953-image.png

    2.Then the installation window will pop up. Click the Modify to install Desktop development with C++.
    134874-image.png

    3.Make sure the options in the picture are selected.
    134875-image.png

    4.After clicking the "Modify" button at the bottom right, it will install Desktop development with C++. After the installation, the C++ console App will appear .

    134876-image.png

    If there are any questions,please feel free to ask me.

    Best regards,

    Minxin Yu


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Data analyst 1 Reputation point
    2021-10-06T13:36:58.007+00:00

    Yes I solved , thanks a lot

    0 comments No comments