Skip to content

#include errors detected. #1696. #7740

@c0smo225

Description

@c0smo225

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions