Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add other includes like #include <iostream> #19

Open
ChrisPasda opened this issue Sep 6, 2022 · 0 comments
Open

Add other includes like #include <iostream> #19

ChrisPasda opened this issue Sep 6, 2022 · 0 comments

Comments

@ChrisPasda
Copy link

ChrisPasda commented Sep 6, 2022

Hi,

i am having a hard time with including external libs like "iostream". I added all the important path in the c_cpp_properties.json but gcc can't seem to find my includes. I always get the error:

fatal error: iostream: File not found
   22 | #include <iostream>

The include is not red underlines at all so it should be found but there seems to be a different problem.
Did someone ever encountered this problem?

Thank you very much in advance.

With best regards,

Chris

@ChrisPasda ChrisPasda changed the title Add other includes like "#include <iostream> Add other includes like #include <iostream> Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant