Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.