furalise 0 Junior Poster in Training

Hi all.
Very abstract question here.
If the Intellisence in my IDE sees an object member when I type it out. For example
MyObject. then I see a list of member functions appear to choose from. What does it mean when I select a member from this list and still get an error when I run the code. Especially when the error says that MyObject is not of class type? What does this tell me? I'm just not sure how to read this error.