Ue4 cannot locate StringTable by LOCTABLE_FROMFILE_GAME

Hi, I was trying to enable localization by taking .csv file from localization folder, however it’s not seen by unreal engine somehow.

341578-1.png

I think that everything is setup correctly in myproject.h and myproject.cpp but still I cannot see the UIStringTable.csv file in the engine itself.

myproject.h

myproject.cpp

Can you tell me what I’m doing wrong?