The first line of any file in my workspace is treated as if it's an include error. It has a red squiggly line and on hover says
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit.
Also if the first line is a multiline comment then the second line (of the comment) has the error.
How do I fix this? Clearly comments can't have errors.
Edit: My include path is set, obviously I did that before asking this question. But even if I hadn't set it, this error still shouldn't be occurring on non-#include statements and even in comments!