After reaching the part of the section where the engine fails to compile after making a new C++ child there is an additional way that will fix it for every new child class you make.
pasting this in your ToonTanks.Build.cs:
PublicIncludePaths.Add(“ToonTanks/”);
I had this issue on another project and that seemed to fix the problem.