CompilerResultsLog emits Notes and Warning as Errors

Hello, Epic!

When my compilation is failed (in Editor), Output Log looks like bunch of red lines with every code warning and even note. I can’t see an actual error, so I need to copypaste it to N++ and do case sensitive search, because there is wrong Error in output and right error of compiller output. That is pain to do every time, so it’s faster (for my PC) to close the Editor and recompile in VS, so it shows actual error.

CompilerResultsLog: Error: C:\Unreal\......cpp(23) : warning C4456: declaration of 'Mesh' hides previous local declaration
CompilerResultsLog: Error: C:\Unreal\.....cpp(16) : note: see declaration of 'Mesh'

Will it be solved someday?

Best regards