Hello! In the “Makefile Settings” tab of the VisualGDB project properties we can add Include directories, but by default this adds the dirs with the -I flag
I want to know if there’s a way to use the -isystem for a specific path
I want to do this to remove compiler warnings from SDK code
Sorry, this is not supported directly, as it’s a rather rare case. Our best advice would be to see how the regular includes are handled on the Makefile level and patch it, adding a new variable for -isystem entries.
You will also need to add those paths to IntelliSense include directories via VisualGDB Project Properties -> IntelliSense Directories.