E2280 Member identifier expected (C++)
Go Up to Compiler Errors And Warnings (C++) Index
The name of a structure or C++ class member was expected here, but not found. The right side of a dot (.) or arrow (->) operator must be the name of a member in the structure or class on the left of the operator.