I just added the line :
UE_LOG(LogTemp, Warinig, TEXT(“This is a warning”));
in the file WorldPosition.h and tried to compile it. The compile process doesn’t stop (after 10 min cancled it). Without this line it compiles in 8secs. What am I doing wrong?