description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
Learn more about: Expression Evaluator Error CXX0025 |
Expression Evaluator Error CXX0025 |
11/04/2016 |
|
|
3e2fb541-63b3-46ac-9f93-3dadb253bcf6 |
operator needs struct/union
An operator that takes an expression of struct
or union
type was applied to an expression that is not a struct
or union
.
Components of class, structure, or union variables must have a fully qualified name. Components cannot be entered without full specification.
This error is identical to CAN0025.