C1054: Incomplete type or function in class/struct/union

[ERROR]

Description

A used type in a function, class, struct or union was not completely defined.

Tips

Define types before using them.