Tag Archives: Visual Studio 2013 SDK

Unreal Engine 4 Set Up for Programming in Visual Studio 2013

There are many tutorials and other info in the Internet, but no concrete and fast tips for people who are experienced developers and only need to start using the Unreal environment for making games.

You need:

1/ Unreal Engine 4

2/ Visual Studio Community 2013

3/ Visual Studio 2013 SDK

You do:

1/ Install Visual Studio 2013

2/ Install Visual Studio 2013 SDK

3/ Install Unreal Engine 4

4/ Follow the steps: https://docs.unrealengine.com/latest/INT/Programming/Development/VisualStudioSetup/UnrealVS/index.html

5/ Run Unreal Engine 4 and choose the project template with C++ code not with blueprints

6/ Your chosen project should be open in Visual Studio 2013

7/Now, the Unreal power is in your hand if you are an experienced programmer.