UnrealBuildTool Exception: ERROR: Directory

Hi guys, i have the next problem when i try create de source files for my project:

tulipanrog@tulipanrog-G771JW:~/UnrealEngine$ ./GenerateProjectFiles.sh -project="/media/tulipanrog/Data/Proyectos/Unreal\ Projects/Hero/Hero.uproject" -game -engine

Setting up Unreal Engine 4 project files...

+ xbuild Source/Programs/UnrealBuildTool/UnrealBuildTool.csproj /verbosity:quiet /nologo /p:TargetFrameworkVersion=v4.0 /p:Configuration=Development
+ mono Binaries/DotNET/UnrealBuildTool.exe -makefile -kdevelopfile -qmakefile -cmakefile -codelitefile '-project=/media/tulipanrog/Data/Proyectos/Unreal\' Projects/Hero/Hero.uproject -game -engine
Using clang version '3.7.0' (string), 3 (major), 7 (minor), 0 (patch)
Discovering modules, targets and source code for game...
UnrealBuildTool Exception: ERROR: Directory '/home/tulipanrog/UnrealEngine/Engine/Source/Projects/Hero' is missing 'Source' folder.

I doen’t know why happen this, i have installed Code:Blocks.

Thanks!

What are you trying to do¿ The source file of your project? Is your project a C++ ue4 project? If you just made a project using BP Blueprints of course you don’t have any source files. You have to add using for example the ue4 editor.

Yes man, you are right, i think that should put this acclarations in the docs, it’s very confusing.