Just want to second this. Cquery can be finicky to get working, especially if your project involves precompiled headers (I've found that building cquery from source myself and ensuring that it's linked against the same version of libclang as the clang I'm using for compilation helps).
But once it's working, cquery is an absolute game changer for C++ development. It feels like a completely different activity than it did before.
But once it's working, cquery is an absolute game changer for C++ development. It feels like a completely different activity than it did before.