Errors in building blender on windows through visual studio

Every time I tried to build blender, I ended up with these errors:

Error 39 error MSB6006: “cmd.exe” exited with code 255. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 170 5 bf_editor_datafiles
Error 83 error LNK1181: cannot open input file ‘…\lib\Release\bf_editor_datafiles.lib’ C:\Users itus\Documents\blenderdev\build_windows\source\creator\LINK blender

Error 84 error MSB3073: The command “setlocal
“C:\Program Files\CMake\bin\cmake.exe” -DBUILD_TYPE=Release -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd” exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 132 5 INSTALL

I followed the official blender build guide as closely as possible and also used this guide. Both got the same results.
I can’t find anything else about this error online, so is there anyone here who had the same problem?

There is problem for plateform between 32 bit and 64 bit, you need to cmake to configure either 32 bit or 64 bit for comptability as lib at first.

Hope that help you in your dev.