Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 441 Bytes

compiler-error-c2037.md

File metadata and controls

14 lines (11 loc) · 441 Bytes
description title ms.date f1_keywords helpviewer_keywords
Learn more about: Compiler Error C2037
Compiler Error C2037
08/18/2022
C2037
C2037

Compiler Error C2037

left of 'operator' specifies undefined struct/union 'type'

The operand to the left of the member-selection operator is not a fully defined class, structure, or union.

This error can be caused by a left operand that is an undefined variable.