Skip to content

Instantly share code, notes, and snippets.

@carstenhag
Last active August 29, 2015 14:10
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 carstenhag/b26c0cbd44aa854d70d4 to your computer and use it in GitHub Desktop.
Save carstenhag/b26c0cbd44aa854d70d4 to your computer and use it in GitHub Desktop.
gist created by github.com/dscape/ghcopy
Setting up Unreal Engine 4 project files...
/media/INTHDD/Github/UnrealEngine/Engine/Source/Programs/AutomationTool/Linux/Linux.Automation.csproj: warning : Project has unknown ToolsVersion '11.0'. Using the default tools version '2.0' instead.
/usr/lib/mono/2.0/Microsoft.Common.targets: warning : TargetFrameworkVersion 'v4.0' not supported by this toolset (ToolsVersion: 2.0).
LinuxPlatform.Automation.cs(246,25): error CS0117: `System.IO.Directory' does not contain a definition for `EnumerateFiles'
LinuxPlatform.Automation.cs(17,91): error CS0117: `System.Environment.SpecialFolder' does not contain a definition for `UserProfile'
@rodislav
Copy link

have you solved this problem ?

@walben
Copy link

walben commented Mar 22, 2015

When I was setting this up, I ended up with two folders: UnrealEngine-release and UnrealEngine. When using the UnrealEngine folder I ended up with this same error, and when I fixed them I got more. Then I tried Opening up the UnrealEngine-release folder, and everything somehow just worked magically.
I hope this helps.

  • Added: I believe the error may be only in some old releases. When I opened the LICENSE.pdf it is labeled: LICENSE.pdf - EULA_v8.5_EN.docx but in the folder where nothing worked it was labeled: LICENSE.pdf - Unreal Engine End User License Aggreement v 7.3.
    Try and verify that you have and are using the latest Unreal Engine 4 version

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