Can't build project in VS2015

Hi, I am trying to build UE4 project using Visual Studio 2015, but I faced with some errors.
Here’s the error message I got while building the project :

1>------ Build started: Project: ShaderCompileWorker, Configuration: Development_Program x64 ------

1> Performing 74 actions (4 in parallel)

1>ERROR : UBT error : Failed to produce item: C:\Users\HYUNJI\Desktop\UnrealEngine-release\Engine\Intermediate\Build\Win64\ShaderCompileWorker\Development\ShaderCompileWorker-Core.lib

1> Total build time: 0.47 seconds (Local executor: 0.00 seconds)

1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(37,5): error MSB3075: The command “…..\Build\BatchFiles\Build.bat ShaderCompileWorker Win64 Development -waitmutex” exited with code 5. Please verify that you have sufficient rights to run this command.

2>------ Build started: Project: UE4, Configuration: Development_Editor x64 ------

2> Creating makefile for UE4Editor (no existing makefile)

2> Performing full C++ include scan (no include cache file)

2> Building UnrealHeaderTool…

2> Performing 31 actions (4 in parallel)

2>ERROR : UBT error : Failed to produce item: C:\Users\HYUNJI\Desktop\UnrealEngine-release\Engine\Intermediate\Build\Win64\UnrealHeaderTool\Development\UnrealHeaderTool-Core.lib

2> Total build time: 0.50 seconds (Local executor: 0.00 seconds)

2>EXEC : error : UnrealHeaderTool failed for target ‘UE4Editor’ (platform: Win64, module info: C:\Users\HYUNJI\Desktop\UnrealEngine-release\Engine\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor.uhtmanifest, exit code: OtherCompilationError (5)).

2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(37,5): error MSB3075: The command “…..\Build\BatchFiles\Build.bat UE4Editor Win64 Development -waitmutex” exited with code 5. Please verify that you have sufficient rights to run this command.

========== Build: 0 succeeded, 2 failed, 2 up-to-date, 0 skipped ==========

I have no idea how to fix these problems, I would appreciate if anyone can let me know how to fix with detailed explanation because I am not very familiar with programming stuffs, I am just following the video on Youtube. Thanks in advance for your help!!!