Availability: Public Title:Programming Quick Start Crumbs:%ROOT%, Programming Description:Create your first code project and add a new C++ class. prereq:GettingStarted/Installation prereq:Programming/Development/VisualStudioSetup prereq:Engine/Basics/Projects/Browser SkillLevel: Beginner Version: 4.9 type:quick start [VAR:Topic] [OBJECT:Topic] [PARAM:image] ![](newclass_topic.png) [/PARAM] [PARAM:title] %Programming\QuickStart:title% [/PARAM] [PARAM:path] [RELATIVE:Programming\QuickStart] [/PARAM] [PARAM:description] %Programming\QuickStart:description% [/PARAM] [/OBJECT] [/VAR] [VAR:TopicCompact] [OBJECT:TopicCompact] [PARAM:image] ![](newclass_topic.png) [/PARAM] [PARAM:title] %Programming\QuickStart:title% [/PARAM] [PARAM:path] [RELATIVE:Programming\QuickStart] [/PARAM] [PARAM:description] %Programming\QuickStart:description% [/PARAM] [/OBJECT] [/VAR] [OBJECT:EmbeddedVideo] [PARAMLITERAL:width] 640 [/PARAMLITERAL] [PARAMLITERAL:height] 360 [/PARAMLITERAL] [PARAMLITERAL:videoid] dS1f71pS-5I [/PARAMLITERAL] [/OBJECT] The primary goal of this quick start guide is to introduce you to Unreal Engine 4's (UE4) development environment. By the end of this guide, you'll know how to set up and develop C++ Projects in UE4. This guide shows you how to create a new Unreal Engine project, add a new C++ class to it, compile the project, and add an instance of a new class to your level. By the time you reach the end of this guide, you'll be able to see your programmed **Actor** floating above a table in the level. [OBJECT:TopicButtonList] [PARAM:icon] ![](%ROOT%/start_icon.png)(convert:false) [/PARAM] [PARAM:title] Steps [/PARAM] [PARAM:description] [/PARAM] [PARAM:links] * [](Programming\QuickStart\1 "%Programming\QuickStart\1:description%") * [](Programming\QuickStart\2 "%Programming\QuickStart\2:description%") * [](Programming\QuickStart\3 "%Programming\QuickStart\3:description%") * [](Programming\QuickStart\4 "%Programming\QuickStart\4:description%") * [](Programming\QuickStart\5 "%Programming\QuickStart\5:description%") [/PARAM] [/OBJECT]