Skip to content

Commit 69d5b52

Browse files
author
Colin Robertson
committed
Try a fix for bookmarks
1 parent f0597fd commit 69d5b52

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ When the code looks like this in the editor, you're ready to go on to the next s
111111
112112
Come here for solutions to common issues when you create your first C++ project.
113113
114-
### Create your app project - issues
114+
### Create your app project: issues
115115
116116
::: moniker range="vs-2019"
117117
@@ -133,23 +133,23 @@ If another project with the same name already exists, choose another name for yo
133133
134134
[Go back](#create-your-app-project).
135135
136-
### Make your project a console app - issues
136+
### Make your project a console app: issues
137137
138138
If you don't see **Linker** listed under **Configuration Properties**, choose **Cancel** to close the **Property Pages** dialog. Make sure that the **HelloWorld** project is selected in **Solution Explorer** before you try again. Don't select the **HelloWorld** solution, or another item, in **Solution Explorer**.
139139
140140
The dropdown control doesn't appear in the **SubSystem** property edit box until you select the property. Click in the edit box to select it. Or, you can press **Tab** to cycle through the dialog controls until **SubSystem** is highlighted. Choose the dropdown control or press **Alt+Down** to open it.
141141
142142
[Go back](#make-your-project-a-console-app)
143143
144-
### Add a source code file - issues
144+
### Add a source code file: issues
145145
146146
It's okay if you give the source code file a different name. However, don't add more than one file that contains the same code to your project.
147147
148148
If you added the wrong file type to your project, such as a header file, delete it and try again. To delete the file, select it in **Solution Explorer**. Then press the **Delete** key.
149149
150150
[Go back](#add-a-source-code-file).
151151
152-
### Add code to the source file - issues
152+
### Add code to the source file: issues
153153
154154
If you accidentally closed the source code file editor window, you can easily open it again. To open it, double-click on HelloWorld.cpp in the **Solution Explorer** window.
155155

docs/build/vscpp-step-2-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Once you've built and run this simple app, you're ready for more complex project
6363

6464
Come here for solutions to common issues when you create your first C++ project.
6565

66-
### Build and run your code in Visual Studio - issues
66+
### Build and run your code in Visual Studio: issues
6767

6868
If red squiggles appear under anything in the source code editor, the build may have errors or warnings. Check that your code matches the example in spelling, punctuation, and case.
6969

7070
[Go back.](#build-and-run-your-code-in-visual-studio)
7171

72-
### Run your code in a command window - issues
72+
### Run your code in a command window: issues
7373

7474
If the path shown in File Explorer ends in *\\HelloWorld\\HelloWorld*, you've opened the HelloWorld *project* instead of the HelloWorld *solution*. You'll be confused by a Debug folder that doesn't contain your app. Navigate up a level in File Explorer to get to the solution folder, the first *HelloWorld* in the path. This folder also contains a Debug folder, and you'll find your app there.
7575

0 commit comments

Comments
 (0)