Running UnrealHeaderTool warning what does it mean?

Hi,

When I build UE project in Visual Studio I get this message in Output:

Running UnrealHeaderTool "..\TestGame.uproject" "..\Unreal Projects\TestGame\Intermediate\Build\Win64\TestGameEditor\Development\TestGameEditor.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -installed

I tyied to find an answer in googl but no success. What does it mean?

Its not really a warning, it’s just letting you know that it is executing the unreal header tool to compile your code. Unreal has its own compiler tool to work with the engine’s reflection system. Thats it, you should not worry about it.

Got it, thanks!