Visual Studio

Post Reply
User avatar
christian
Posts: 1683
Joined: Mon Feb 09, 2015 5:21 pm
Location: Houston, TX

Visual Studio

Post by christian »

Visual Studio 2013 Community with Update 4 - http://go.microsoft.com/?linkid=9863608

Setting Up Visual Studio for UE4 - https://docs.unrealengine.com/latest/IN ... index.html
User avatar
christian
Posts: 1683
Joined: Mon Feb 09, 2015 5:21 pm
Location: Houston, TX

Re: Visual Studio

Post by christian »

Installing the Unreal Engine in Visual Studio - http://blogs.msdn.com/b/visualstudio/ar ... tudio.aspx
User avatar
christian
Posts: 1683
Joined: Mon Feb 09, 2015 5:21 pm
Location: Houston, TX

Re: Visual Studio

Post by christian »

Want to use Visual Studio 2017? Don't forget to do this - https://answers.unrealengine.com/questi ... n-ue4.html
Tim C wrote: Version 4.15 supports both Visual Studio 2015 (default) and Visual Studio 2017. If you are building the Engine from source code, you would want to open a command prompt after running Setup.bat and run the command "GenerateProjectFiles.bat -2017". This will give you a Visual Studio 2017 solution for the Engine.

To use Visual Studio 2017 for projects, you can set your preference for which version projects use by going to Edit -> Editor Preferences -> General -> Source Code and choosing Visual Studio 2017 in the Source Code Editor setting.
And if you're creating a code project, as will most likely be the case, add this to BaseEditorPerProjectUserSettings.ini

UnrealEngine\Engine\Config\BaseEditorPerProjectUserSettings.ini

Code: Select all

[/Script/SourceCodeAccess.SourceCodeAccessSettings]
PreferredAccessor=VisualStudio2017
Post Reply