Generated CPP files have a typo with #include "ScriptName.h"

Hello,

I am facing an issue with my C++ scripts, where I made a new script through the Editor tool.
I made a new script called “PlayerStatsObject”, so it generated its header and cpp files respectively.
However inside the “PlayerStatsObject.gen.cpp” file it is referencing the h file as “tatsObject.h”.

I have tried the usual deleting of files to regen solution but nothing.
I have also tried to change the encoding type to UTF-8 and turned that setting on inside Visual Studio community but that hasn’t fixed it either.

Open to any thoughts and suggestions!