The actual error message is on the screen-shot: http://prntscr.com/e7hjeq
I forked current release from git to my local machine.
Then I've run everything by "Build instruction" from readme.md. create-projects.bat was working only with regular rights - it returned "System cannot find path specified" error when running with admin rights.
I compiled this thing using Visual Studio 2015 Build Tools (with Win 8.1 SDK). As I have x64 Win I used "VS2015 x64 Native Tools Command Line" shell. After compilation it returned 792 warnings and no errors.
Also I've created a .bat file for final steps:
" utils\premake5.exe install_data utils\premake5.exe install_resources
pause"
Can anyone suggest how to resolve this issue?