I am now embroiled in a knock-down, drag-out argument as I try to explain why includes that are specific to the project that you're working on need to go in the project-specific include paths rather than in the global include path, since if you put them in the global include path they will affect other projects that may not want the benefit of your wisdom about what needs to be included. Yes, you have to put this information into each of the project files, but once you do put it in there, it doesn't just vanish. It's persistent, so you don't have to keep updating it.
The counter-argument appears to be "If I put it in the global settings, I only have to type it once."
Which is true.
Save for the fact that you've done it to all of the projects, whether they wanted your change or not.
*sigh*
It strikes me that the counter-argument is neither strong, nor correct.
Am I missing something here?