Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000050

I have no clue why I am getting this error, can someone please help me with it?

Likely whatever you’re trying to do with the Ability Component in MasterHeroBase.cpp (line 236), is invalid. Looks like a null pointer. Either the component you’re trying to access isn’t valid or something on your Ability component isn’t valid.