Compiler Error C2411
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Compiler Error C2411.
identifier' : illegal struct/union member in 'context'
To fix by checking the following possible causes
The identifier is not a member of a visible structure or union in this context.
The identifier is not a member of the structure or union specified with the member-selection (.) operator.
Show: