Hi! I add a private member to my class: std::string myString; But this variable does not appear in the class-browser. If I write string myString; then it appears in the class-browser. Can someone tell me why? MfG, Andreas Dunke