CString CMyTreeCtrl::ShowTreeValue()
{
     CString strText;     strText="hello";
 return strText;
}
我在一个类中定义了这个函数,我在另一个类中为什么调用不了这个函数呢?我在这个类的头文件中包含了另外一个类的头文件。