Hello,
The problem - Lets take following classes:
class cb1{};
class cb2 {};
template <class T> class cb3 {};
class cd1 : public cb1, cb2 {};
class cd2 : public cb2 {};
class cd3 : public cb3<cd3>, cb1 {};
1) Using Goto Related on cb1 and choosing "Derived classes" only shows cd1 instead of cd1 and cd3 (as it is done for derived classes of cb2 showing cd1 and cd2)
2) Using Goto Related on cd3 and choosing "Base classes" only shows cb3 instead of cb3 and cb1 (as it is done for base classes of cd1 showing cb1 and cb2)
Note that cb3 is a template.
--------------------------------------------------------
VA_X.dll file version 10.9.2052.0 built 2014.11.05
DevEnv.exe version 9.0.30729.1 Professional
msenv.dll version 9.0.30729.1
Comctl32.dll version 6.10.7601.17514
Windows 7 6.1 Build 7601 Service Pack 1
12 processors (x86)
Language info: 1252, 0x40c