Project stopped compiling with error

Looks like a virtual linker error - which means you’ve defined it but probably haven’t implemented it.

Make sure your .cpp file has the function there - even if it’s empty. Virtual functions have to be implemented.