You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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)
Beta Was this translation helpful? Give feedback.
All reactions