Hi. I’m totally new to UE and am following the tutorials for the Twin Stick Shooter. The first C++ code that I wrote here was to set up the Base Character. In it, I made the mistake of misspelling “Base Character” (Base Caracter) for the Category in the isDead property in the BaseCharacter.h file.
When I made the Blueprint from this Class, it obviously created a “Base Character” and “Base Caracter” variable category.
So to try to correct this, I deleted the Blueprint and edited the code to correct the spelling mistake. I checked this and all spelling throughout the files in case I’d made more than one error. I corrected the one other time it was misspelled. However, on recreating the blueprint from these corrected files, the blueprint still had the incorrect Category with the variable in it.
I’ve tried, calling the blueprint something else, and deleting it multiple times. I’ve tried reloading the project and even the whole program.
Does anyone have any idea why this is persisting?
Thanks for your help.