This means that you have written class::member where 'member' is an ordinary (non-static) member, and there is no class to associate with that member.
For example, it is legal to write this:
obj.class::member
but not to write this:
class::member