I renamed a class that a Blueprint was derived from, and even after adding a class redirect I get the “invalid class” error when trying to open the BP.
in my DefaultEngine.ini I have:
[CoreRedirects]
+ClassRedirects=(OldName="ABaseCharacter", NewName="APlayerCharacter")