Use a forcedInclude file that has a #include to a non-local file that is under a recursive include, e.g. if the includePath is "${workspaceFolder}/**", then the forcedInclude could use "#include <subfolder/file.h>".
Bug: The subfolder is incorrectly not getting added to the includePath for IntelliSense.
This was initially reported in bug #2610 .