variable "using" is not a type name #8278
clock999 (clock999)
started this conversation in
General
Replies: 2 comments 2 replies
|
What is the error code number? Can you try removing the /usr/include/c++/v1 -- that could break the system include path ordering. |
1 reply
|
Hello, If I remove /usr/include/c++/v1, there will be an including error "cannot open source file "string"". |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
HI,
The vscode report the error message "variable "using" is not a type name" with below code in the cpp file.
The config file is as below.
Could you help me with this problem? Thanks a lot!
All reactions