Skip to content

Commit 6ae0765

Browse files
author
Colin Robertson
authored
Merge branch 'master' into cr-usingvside
2 parents e4cc11d + d5a2d3a commit 6ae0765

File tree

38 files changed

+2679
-2578
lines changed

38 files changed

+2679
-2578
lines changed
Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "C/C++ Build Errors | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "11/17/2017"
55
ms.reviewer: ""
66
ms.suite: ""
77
ms.technology: ["cpp-tools"]
@@ -17,17 +17,12 @@ ms.author: "corob"
1717
manager: "ghogen"
1818
---
1919
# C/C++ Build Errors
20-
The articles in this section of the documentation explain error messages that are generated by the build tools. The [!INCLUDE[vcprvc](../../build/includes/vcprvc_md.md)] compiler and build tools can report many kinds of errors and warnings. The build tools may make assumptions about code intent and attempt to continue after an error or warning is found, so that more issues can be reported at the same time. If the tools make the wrong assumption, later errors or warnings may not apply to your project. When you correct issues in your project, always start with the first error or warning that's reported, and rebuild often.
21-
22-
To get help on a particular error message in Visual Studio, select an error number in the **Output** window and press the F1 key to open the MSDN page for that error. In MSDN, you can also search for articles about errors or browse the list of errors by category in the navigation pane.
23-
24-
> [!NOTE]
25-
> Not every [!INCLUDE[vcprvc](../../build/includes/vcprvc_md.md)] error or warning is documented in MSDN. In many cases, the diagnostic message provides all of the information that's available. If you think an error message needs additional explanation, you can let us know. You can use the feedback form on this page, or go to the menu bar in Visual Studio and choose **Help**, **Report a Bug**, or you can submit a suggestion or bug report on [Microsoft Connect](http://connect.microsoft.com/VisualStudio).
26-
27-
You may find additional assistance for errors and warnings on the MSDN public forums. The [Visual C++ Language](http://go.microsoft.com/fwlink/?LinkId=158195) forum is for questions and discussions about the [!INCLUDE[vcprvc](../../build/includes/vcprvc_md.md)] language syntax and compiler. The [Visual C++ General](http://go.microsoft.com/fwlink/?LinkId=158194) forum is for questions about [!INCLUDE[vcprvc](../../build/includes/vcprvc_md.md)] that are not discussed in other forums. You may also find help about errors and warnings on [Stack Overflow](http://stackoverflow.com/).
28-
29-
For links to additional resources about [!INCLUDE[vcprvc](../../build/includes/vcprvc_md.md)], see [Visual C++ Help and Community](../../visual-cpp-help-and-community.md).
30-
31-
## See Also
32-
[C/C++ Building Reference](../../build/reference/c-cpp-building-reference.md)
33-
[Debugging in Visual Studio](/visualstudio/debugger/debugging-in-visual-studio)
20+
21+
The articles in this section of the documentation explain diagnostic error and warning messages that are generated by the build tools.
22+
23+
[!INCLUDE[error-boilerplate](../../error-messages/includes/error-boilerplate.md)]
24+
25+
## See also
26+
27+
[C/C++ Building Reference](../../build/reference/c-cpp-building-reference.md)
28+
[Debugging in Visual Studio](/visualstudio/debugger/debugging-in-visual-studio)

docs/error-messages/compiler-errors-1/compiler-errors-c2001-through-c2099.md

Lines changed: 110 additions & 110 deletions
Large diffs are not rendered by default.

docs/error-messages/compiler-errors-1/compiler-errors-c2100-through-c2199.md

Lines changed: 109 additions & 109 deletions
Large diffs are not rendered by default.

docs/error-messages/compiler-errors-1/compiler-errors-c2200-through-c2299.md

Lines changed: 110 additions & 110 deletions
Large diffs are not rendered by default.

docs/error-messages/compiler-errors-1/compiler-errors-c2300-through-c2399.md

Lines changed: 110 additions & 110 deletions
Large diffs are not rendered by default.

docs/error-messages/compiler-errors-1/compiler-errors-c2400-through-c2499.md

Lines changed: 105 additions & 105 deletions
Large diffs are not rendered by default.

docs/error-messages/compiler-errors-1/compiler-fatal-errors-c999-through-c1999.md

Lines changed: 154 additions & 154 deletions
Large diffs are not rendered by default.

docs/error-messages/compiler-errors-2/compiler-errors-c2500-through-c2599.md

Lines changed: 107 additions & 107 deletions
Large diffs are not rendered by default.

docs/error-messages/compiler-errors-2/compiler-errors-c2600-through-c2699.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Compiler Errors C2600 Through C2699 | Microsoft Docs"
3-
ms.date: "10/25/2017"
3+
ms.date: "11/17/2017"
44
ms.technology: ["cpp-tools"]
55
ms.topic: "error-reference"
66
f1_keywords: ["C2604", "C2606", "C2607", "C2608", "C2609", "C2610", "C2615", "C2618", "C2620", "C2621", "C2622", "C2623", "C2625", "C2629", "C2631", "C2639", "C2641", "C2642", "C2643", "C2644", "C2684", "C2685", "C2686", "C2697"]
@@ -13,12 +13,11 @@ manager: "ghogen"
1313
---
1414
# Compiler Errors C2600 Through C2699
1515

16-
The articles in this part of the documentation contain information about a subsection of the Visual C++ compiler errors. You can access the information here or, in the **Output** window in Visual Studio, you can select an error number and then choose the F1 key.
16+
The articles in this section of the documentation explain a subset of the error messages that are generated by the compiler.
1717

18-
> [!NOTE]
19-
> Not every [!INCLUDE[vcprvc](../../build/includes/vcprvc_md.md)] error is documented in MSDN. In many cases, the diagnostic message provides all of the information that's available. If you think an error message needs additional explanation, you can let us know. You can use the feedback form on this page, or go to the menu bar in Visual Studio and choose **Help**, **Report a Bug**, or you can submit a suggestion or bug report on [Microsoft Connect](http://connect.microsoft.com/VisualStudio).
18+
[!INCLUDE[error-boilerplate](../../error-messages/includes/error-boilerplate.md)]
2019

21-
You may find additional assistance for errors and warnings on the MSDN public forums. The [Visual C++ Language](http://go.microsoft.com/fwlink/?LinkId=158195) forum is for questions and discussions about the [!INCLUDE[vcprvc](../../build/includes/vcprvc_md.md)] language syntax and compiler. The [Visual C++ General](http://go.microsoft.com/fwlink/?LinkId=158194) forum is for questions about [!INCLUDE[vcprvc](../../build/includes/vcprvc_md.md)] that are not discussed in other forums. You may also find help about errors and warnings on [Stack Overflow](http://stackoverflow.com/).
20+
## Error messages
2221

2322
|Error|Message|
2423
|-----------|-------------|

0 commit comments

Comments
 (0)