'AChar':is not a class or namespace name

Hi DoctorPC,

Did you add a character class to your project and then manually change the name of the class to Char? That is the only way I was able to get that to work, since the Add Code to Project wizard in the Editor would not allow me to add a new class named “Char” because there is already a Char.h file in the Engine source code that defines the TChar type.

I was able to get it to work without any error messages, but I would strongly recommend that you choose an alternate name for your character class to avoid any potential conflicts between your Char.h and the Engine’s Char.h.