A real beginer

Hey, I’m just like a noob in programming, so, I don’t find any tutorial to explain how to “link” ue4 and Visual Studio, because I want to create a project not with Blueprint, but C++.
If someone could explain me how tu do this, or give me a link for a tutorial.
Have a nice day, and sorry for my english, I’m french !

Have you looked at the Development Setup documentation?

I recommend you to first do blueprint tutorials… you will understand basics of engine api. Then feel free to move to c++. Btw blueprints are really good and many projects using both cpp and bp.