Is there a working C++ refactoring tool?
I find Visual Assist X with Visual Studio very useful. Another choice is Refactor for C++.
Visual Assist and Visual Studio make dealing with large codebases much easier. Visual assist is good at tracking down how a class or member is used and is more effective at renaming it without false positives than search and replace.