Skip to content

Commit 89decc7

Browse files
author
Colin Robertson
committed
Fix versioning issue
1 parent 69d5b52 commit 89decc7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ If another project with the same name already exists, choose another name for yo
129129
130130
If the **New Project** dialog doesn't show a **Visual C++** entry under **Installed**, your copy of Visual Studio probably doesn't have the **Desktop development with C++** workload installed. You can run the installer right from the **New Project** dialog. Choose the **Open Visual Studio Installer** link to start the installer again. If the **User Account Control** dialog requests permissions, choose **Yes**. Update the installer if necessary. In the installer, make sure the **Desktop development with C++** workload is checked, and choose **OK** to update your Visual Studio installation.
131131
132+
::: moniker-end
133+
134+
::: moniker range="<=vs-2017"
135+
132136
If another project with the same name already exists, choose another name for your project. Or, delete the existing project and try again. To delete an existing project, delete the solution folder (the folder that contains the *helloworld.sln* file) in File Explorer.
133137
134138
[Go back](#create-your-app-project).

0 commit comments

Comments
 (0)