Project cannot be compiled, try rebuilding from source

Hello,

I’m very new to using Unreal Engine and coding games or such, so please tell me if you need anything else to help me out.

With a group a friends we’re trying to work on a C++ project using Unreal Engine. So we created a project with Unreal Engine and working on it with GitHub.

The thing is, when I cloned my repository and tried to launch the .uproject file I have this error :

116535-missing+module.png

So I pressed Yes, and it did it’s job then I have this error :

116536-error.png

I don’t really know what should I do. Currently 2 of my friends can open up the project without any issue with the same setup as me.

Any idea of what am I doing wrong ?

Setup :
Windows 7 (x64)
Unreal Engine 4.14.0
Visual Studio 2015

Since this is a C++ project, have you included the Source directory along with your .uproject file and the Content directory?

Yes, this is how my folder look like.