When building my C++ program, I\'m getting the error message
undefined reference to \'vtable...
What is the cause of this probl
If you are using Qt, try rerunning qmake. If this error is in the widget's class, qmake might have failed to notice that the ui class vtable should be regenerated. This fixed the issue for me.