#include errors detected. #1696. #7739
Unanswered
acinine (acinine)
asked this question in
Q&A
Replies: 1 comment
|
@c0smo225 please see response at your posted issue #7740 |
0 replies
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.
I am starting to learn c++ with Microsoft Visual Studio Code.
I have written this:
#include
int main(){
std::cout << "Hello World!";
std::cin.ignore;
return 0;
}
For some reason, (#include) causes problems.
This was written when reviewing it:
include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\Users(my_username)\Desktop\C++\python.cpp).
C/C++(1696)
cannot open source file "iostream"C/C++(1696)
All reactions