Skip to content

Commit f8b1162

Browse files
authored
Merge pull request #5702 from MicrosoftDocs/main
11/18/2024 AM Publish
2 parents 82c90d0 + 83092fe commit f8b1162

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/build/vscpp-step-1-create.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The usual starting point for a C++ programmer is a "Hello, world!" application t
1111

1212
## Prerequisites
1313

14-
- Have Visual Studio with the Desktop development with C++ workload installed and running on your computer. If it's not installed yet, see [Install C++ support in Visual Studio](vscpp-step-0-installation.md).
14+
- The **Desktop development with C++** workload must be installed to make the **Console App (C++)** project type available. If it's not installed, see [Install C++ support in Visual Studio](vscpp-step-0-installation.md).
1515

1616
## Create your app project
1717

@@ -25,6 +25,8 @@ Visual Studio uses *projects* to organize the code for an app, and *solutions* t
2525
The create a new project dialog with the Console App template selected. That template says: Run code in a windows terminal. Prints hello world by default. Has the tags c++, Windows, and Console.
2626
:::image-end:::
2727

28+
The **Desktop development with C++** workload must be installed for the C++ Console App template to show up. See [Install C++ support in Visual Studio](vscpp-step-0-installation.md) if you haven't already installed it.
29+
2830
1. In the **Configure your new project** dialog, enter *HelloWorld* in the **Project name** edit box. Choose **Create** to create the project.
2931

3032
:::image type="complex" source="media/vs2019-configure-new-project-hello-world.png" alt-text="Screenshot of Configure your new project dialog.":::

0 commit comments

Comments
 (0)