When you derive from a template class, or better a mix-in class like the following, VA does show the template class in the HCB but expanding this class does not show any members.
class CArchiveMailNode : public CRootCreator, public CGenericNode<CArchiveMailNode>
{
};
Here, CGenericNode shows up as empty.