'I have an issue with includePath
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()
{
Solution 1:[1]
Fixed, I put this into my Include Path
/usr/include/sound/sof
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | brooksrog |