analyze/unresolved-cpp-symbol
This happens when a referenced C++ name cannot be resolved to any known symbol.
Mitigations
Check the spelling. Check the qualification. Check the includes. Check the surrounding scope. Make sure the C++ name is available where it is used.