Error when using #include:
#include errors detected. Please update your includePath.
new to C, I can't get this error fixed and I don't know how it occurred, given that I didn't touch VC code settings at all. What do I update it to?
I checked a bunch of the existing questions about this issue like this one, but I'm still unsure what to do because 1. I don't have some of the fields they suggested editing and 2. I’m working with C on Mac not C++ on Windows. Maybe it's the same, but I don't want to mess anything up.
Here is how my c_cpp_properties.json looks:
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [],
"compilerPath": ""
}
],
"version": 4
}