No, after reading this I try to change AsyncLoading to false, but program fail with starting. That does nothing.
Problem solved. I created .BAT file named StartWE.bat inside WE folder:
@echo off
del cache.dat
WorldEditor.exe
Before start WE delete cache file and from now program always start correctly. No need any other changes.