Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 411 Bytes

compiler-error-c2301.md

File metadata and controls

13 lines (11 loc) · 411 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C2301
Compiler Error C2301
11/04/2016
C2301
C2301
d294a1a2-dc7a-4e18-90b3-747e1a8c51ee

Compiler Error C2301

left of '->~identifier' must point to class/struct/union

The expression to the left of the -> operator does not evaluate to a pointer to a class, structure, or union.