Search found 2 matches

by Sunburst275
September 13th, 2018, 8:44 pm
Forum: Everything
Topic: Beginner seeking help for "incomplete type not allowed"
Replies: 4
Views: 1804

Re: Beginner seeking help for "incomplete type not allowed"

First of all, thank you very much for responding! I thought no one will help me at all, lol. Anyways: You can't store an object by value, if the compiler doesn't have access to the class body. Either, remove the ui_w and initialize the ui_w_p to nullptr or #include the header file the Ui::settings_w...
by Sunburst275
September 13th, 2018, 11:44 am
Forum: Everything
Topic: Beginner seeking help for "incomplete type not allowed"
Replies: 4
Views: 1804

Beginner seeking help for "incomplete type not allowed"

Hey there, TL;DR: Can't call new obj of class(?) because of "incomplete type not allowed". I have no idea how to fix this. Please help me. I'll show vegana. I've been trying to figure this out for a long time already, but it's always telling me, that the type is incomplete and thus not allowed. I as...