I have an error with inlcudePath here is what it says.
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit I also use Linux if that makes any difference
Here is my code
#include <iostream>
#include "header.h"
using namespace std;
int main()
{