Blueprint could not be loaded because it derives from an invalid class

In my case, I created a c++ class derived from another c++ class, and then I changed the blueprint parent,
The problem then appeared and was fixed by @sandolkakos solution (deleting the binaries folder in the project root)

1 Like