I was able to use document method:
class CGetObject
{
public:
	//************************************
	// Method:    GetObject
	// FullName:  CGetObject::GetObject
	// Access:    virtual public 
	// Returns:   void
	// Qualifier:
	// Parameter: void
	//************************************
	virtual void GetObject( void ) ;
} ;
//************************************
// Method:    GetObject
// FullName:  CGetObject::GetObject
// Access:    virtual public 
// Returns:   void
// Qualifier:
// Parameter: void
//************************************
void CGetObject::GetObject( void )
{
}
on both GetObject(). Also it is colored as a function for me. Can you please export your VA and IDE settings and send them to me:
VA Options -> Performance -> Export Settings
IDE tools menu -> Import and Export Settings -> Export selected environment settings
So I can import them here to try to reproduce the problem.