Git icons not shown for Visual Studio game project

I created Git repositiory in root of my ue4 Game project.

But unlike usual VC++ projects, my game project files do NOT have git state icons…

Is this because of unusual UE4 .sln files? or my fault?

Do you have the same problem, or only me?

But git still detects changes correctly, but icons not shown (left side from file icon).

PS: i have bug, my project does not have .sln files, and generate project files from editor does not help.

i placed project inside ue4 directory, i think this was mistake, ue4 does not generate .sln file for such project. Instead it includes this project inside UE4.sln.

Was my fault.

i placed project inside ue4 directory, i think this was mistake, ue4 does not generate .sln file for such project. Instead it includes this project inside UE4.sln.

If i put .git repository inside ue4 root directory, then icons shown.

Or i need to move project outside of ue4 directory.