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
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
The text was updated successfully, but these errors were encountered:
ChrisPasda
changed the title
Add other includes like "#include <iostream>
Add other includes like #include <iostream>
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:
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
The text was updated successfully, but these errors were encountered: