UnrealHeaderTool assertion failed: CodeGenerator.cpp Line 2049

thanks, @ for feedback which you found your error line. i had get the same error and lost a lot of time to found exact error line that causes the CodeGenerator.cpp error. then, I have checked all forward declaration lines of all header files. finally, I found a quotes symbol that I have added by mistake.

hint for all of ue4 c++ developers; if you are writing code out of class declaration, you should extra care your finger :slight_smile: