Cannot forward declare CLASS or TYPE

You tried to use the Declare statement to declare a user-defined data type or class before defining it. This is not allowed. Declare may only be used to forward-declare functions, subs, and properties.