Skip to content

Instantly share code, notes, and snippets.

@vmaks
Last active April 16, 2017 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmaks/0e1b753af4804c994edc to your computer and use it in GitHub Desktop.
Save vmaks/0e1b753af4804c994edc to your computer and use it in GitHub Desktop.
Unreal Engine Visual Studio 2015

Visual Studio 2015 template

There is no template for a game after intalling Unreal Engine from Visual Studio 2015. The plugin simple install "Epic Games Launcher".

You should run "Epic Games Launcher", then sign up or log in, then choose "Unreal Engine / Library / Engine Versions / Add Versions", then click install.

After installing Unreal Engine click choose "Unreal Engine / Launch / New Project / C++ / Basic Code / Create project.

Visual Studio 2015 Unreal Engine errors

  • Warning: Don't modify EU4 project.

  • Warning: choose Win64 instead of Win32 for ProgrQuickStartEditor compilation.

Win32 is not a supported platform for ProgrQuickStartEditor. Valid platforms are Win64, Mac, Linux.

  • Warning: After creating an Unreal Engine project you may face errors like:
    • "fatal error RC1015: cannot open include file 'windows.h' "
    • "fatal error C1083: Cannot open include file: 'new': No such file or directory".

To fix it open your project (not EU4 project) properties/VC++ Directories.

If you see empty fileds like "Include Directories", "Library Directories" then click on the combo box on the right side and choose "inherit from parent or project defaults".

Link: http://stackoverflow.com/questions/34552036/unreal-engine-4-10-1-cant-compile-visual-studio-2015-project/35140346#35140346

Then compile the project again.

@DonaldTheInventor
Copy link

Let's see now, I had the 4.10 version installed, looked for the .visx file in proper directory, found it, double clicked it, was unable to find a template, so went to the new projects page, went to games, did not find the "install Unreal 4 Game engine" as described, so uninstalled Unreal II, Epic Game Launcher, and Unreal Preinstall stuff, closed everything, rebooted, restarted Community Edition, then found the install link, clicked it, had to quit IDE, retried, clicked next, it then updated everything first, it then downloaded the Unreal Game package, it then did it the usual reconfiguring, I restart the IDE, got new projects, and the template is still not there .... bummer, now I need to re-download the Epic game launcher or reinstall it, I'll have to see if it is my download folder, OK now the launcher I had no longer work, as a newer version has been installed, ... just found the new link in the start folder, clicked it ... Epic is now downloading ...epically ...

@DonaldTheInventor
Copy link

So now the 4.10.1 Unreal Engine is being downloaded ... approx. 1GB to download as it is not the same as the 4.10, so not a re-download.
The Library section where the download is taking place, has 2 links. One is for the "Latest Release Notes", as in what changed, from 4.10 to 4.10.1, and the second link says, "Grab the source on GitHub", so wish, from comment in Previous Link about being able to be kept updated by the source code, for the occasional re-compile of the engine itself, was granted. (Epic download is at 26%, my DSL is just fine)
Well 3 hours later, finished the initial 4.10.1 install, then oops I clicked update that one ... 2.6GB to go yay me! Probably starter samples of various 3D and 2D game engine styles. well I'll finish this later then.

@MikeyMouse
Copy link

Hey Guys, i've recently downloaded the zip file and followed the instructions upto running GenerateProjectFiles.bat.
Im currently running community version of VS2017 which is a total new layout for installation, I installed the basic set of VB and C# with the extra MFC and ATL support but not the full C++ dev package.

I was wondering if anyone has used and got working with this version as yet.
Mike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment