You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
I'm having a problem where cquery is not able to find certain header files, and I'm suspecting that the reason has something to do with paths in Windows (maybe case-insensitivity?).
I found that all the files where it does not work have their cache files in c@@Develop@git@src with relative file paths within, while those that work have their cache files in @c@@Develop@git@src with absolute file paths (such as C@@Develop@git@src@some_file.cpp) within.