This error was caused by the lack of lib files or include, but the UI in VS2010 was set up so badly that people didn’t know how to edit the original VC++ directory files. The solution is as follows:
Open the VS2010 project
Notice that in the lower left corner are Solution Explorer, Class View, Property Manager, and many other options.
is revised for Directories like the one we introduced in VS2010.
Open the VS2010 project
Notice that in the lower left corner are Solution Explorer, Class View, Property Manager, and many other options.
is revised for Directories like the one we introduced in VS2010.
display Property Manager
contains the Debug|Win32 and Release|Win32 options
. You can set the project properties of Debug and Release
. Open any of them
. Double click microsoft.cpp.win32.
is modified here for the tutorial vc Directories. H (11266) : error C2061: syntax error: identifier ‘___, rpc___, out_xcount_part’
use the above method to delete the DirectX SDK Include from the Include path. Supplements: the
Directories that were modified for VC++ Directories in the project property dialog are project specific. The above modified VC++ Directories are large, affecting all project Directories and configuration Directories (Debug/Release/…) .
Read More:
- winnt.h C2146 error C2146: syntax error : missing ‘;’ before identifier ‘PVOID64’
- Vs2017 C + + cannot open source file: “sdkddkver. H”, “stdio. H”, “TCHAR. H”
- Unity “Feature `out variable declaration’ cannot be used because it is not part of the C# 4.0” error
- Error c2061: syntax error: identifier ‘this_ FILE’
- error C2146: syntax error : missing ‘;’ before identifier ‘fd’
- Solution to the problem of unable to open glaux. H in vs2013
- Solve the problem that the header file of “graphics. H” cannot be loaded in vs2015
- Solution: vs2017 cannot open header files such as stdio. H main. H
- How to solve the problem of “unable to open source file XXXXX. H” in VS development?
- error C2061: syntax error : identifier ‘BinryTreeNode’
- Vs cannot open source file “XXX. H” problem
- C / C + + library function (tower / tower) realizes the conversion of letter case
- Nebula queries data and reports an error. Storage error: part: XX error: e_ RPC_ FAILURE(-3).
- Vs2015 configuring OpenGL development environment: configuration of glfw library and glad Library
- Vs compiling OpenGL project, the solution of unable to open the source file “GL / glaux. H” appears
- Vs2015 configuring OpenGL (glfw Library)
- Vs fatal error C1083: unable to open include file: “sys / socket. H”: no such file
- After the installation of vs2017, we can’t find the source files such as windows. H, stdio. H, etc
- syntax error on token “catch”,Identifier expected
- OpenGL class library and environment configuration under win10 and vs2015