How to remove a stuck variable?

I have a problem with a variable in my HUD blueprint.
The name of the variable suddenly got turned into “NewVar_ERROR_DUPLICATE_0”, and now I can’t rename or delete it.

“Find References” is clickable, but none is found.

Any idea how I could get rid of it? At this point I don’t see any other options than to recreate the HUD blueprint to remove it. :\

“Remove unused variables” did work, but that’s not ideal as it removed many others too.

I struggled with this myself, found the solution after a while: You need to rename NewVar to eg. NewVar2, then NewVar_ERROR_DUPLICATE_0 will automatically be renamed to NewVar. After this you can delete or rename the formerly duplicate variable. Hope this helps anyone else encountering the issue!

its also work for me thanks