Can some tell me what I have to do to straighten out Eclipse CDT's Type Hierarchy display?
I have C++ classes that I've refactored, changed their names, and moved around in the same file and/or into different files. When I click on "Open Type Hierarchy", Eclipse open up the Type Hierarchy window but it shows me the old names and duplicates of existing classes. Clicking on the old names vectors me to a random location in what was once (I'm assuming) the original source file. I have to click on the duplicates one after the other until I find one that vectors me to the correct location.
Is there a way to rebuild whatever needs to be rebuilt to get the Type Hierarchy window to show accurate classes and navigate properly?
Something I should point out is that all my project use their own makefile. i.e. Eclipse does not manage them. Does that make a difference?
Thanks