My project uses my personal library. In "header search paths", I have included "../WJLibrary/**". This is the correct relative path to my library. However according to the build log, it is not doing a recursive search. As a result, it is not finding all sorts of files that I need.
If I start adding the relevant subdirectories one by one, it starts finding files within those particular subdirectories. But that's no way to manage the project.
For what it's worth, I have an archived older version of the project, and in that version, everything works fine. I was changing some settings inside the library. And one of the changes must have broken something. But for the life of me, I can't figure out what could have caused it.
What could be causing this?
EDIT: Whatever the problem is, it's not something that's in the repository, as updating to older revisions does not help.