I don't know if this is new, but my class members comments
in header files aren't being completely displayed. For example, see how only the first line of the comment appears in the tip in WT_1217_SHORTTUP.BMP, for which I have the following member variable defined. (Sorry it's so wide, but I pasted this in directly from the source, so that you'd have the exact code.)
// Data.
private:
WORD m_wFlakeBoxFbid; // Unique identifier.
static CMapWordToPtr m_mapFlakeBoxFbids; // Maps each class derived
// from this one to an id.
};