Error C8032

Message

'text' : missing member reference

Description

The character or characters specified by text were encountered at a location were a member name was expected.

Troubleshooting Information

The line of code at the error location references a structure rather than a member of a structure. Determine which member of the structure you intended to reference and insert that member name. Remember to use the member operator to delimit the structure name and the member name.