How to fix Source folder in my project?

When I tried to package my project I experienced this error:

Program.Main: ERROR: Exception in
AutomationTool: You are attempting to
compile on a machine that does not
have a supported compiler!

But when I deleted folder “Source” in my project, everything became okay, I could package project. But now I need this folder (I need file “ProjectName.Build.cs”). And when I return this folder and try to package project I experience the same error. How can I fix it?

Hi ,

It looks like on your machine no compiler. I wonder for what platform you package the project.
To compile project for windows you should install Visual Studio 2013.

Hope it helps!

T_T no, I do have Visual Studio 2013. I’ve said that when I delete folder “Source” from my project folder, I can package project. That means I have compiler. But when I returned that folder I can’t compile with this error.

Sorry for delay. Can you attach txt with full package log?

link text

Hi ,

Here is another AnswerHub thread with a user experiencing a similar issue. His appears to have been related to incorrect environment variable setup. Can you have a look and see if any of this relates to your issue?