C1838: Unknown object-size: sizeof (incomplete type)

[ERROR]

Description

The type of the expression in the sizeof operand is incomplete.

Example
  int i = sizeof(struct A);

  
Tips

The type of the expression in the sizeof operand must be defined complete.