I'm using Eclipse Luna 4.4.1 CDT 8.5.0 in mac OS X Yosemite.
When creating any C++ project (Hello world one for example), even if it compiles and runs correctly, there is always a warning for the include path: (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include).
That path doesn't exist.
Why is the include path automatically generated and how can I change the include path to a correct one?
Is that include really needed?