Linux cross compile visual studio error

Hi, I’m getting the following error:

Using LINUX_MULTIARCH_ROOT, building with toolchain 'd:\v8_clang-3.9.0-centos7\v8_clang-3.9.0-centos7\x86_64-unknown-linux-gnu'
Creating makefile for TestPAL (project files are newer)
Using bundled libc++ standard C++ library.
Performing 14 actions (4 in parallel)
[1/14] Compile CorePrivatePCH.h
[4/14] Compile Module.Projects.cpp
[2/14] Compile Module.TestPAL.cpp
[3/14] Compile Module.Json.cpp
In file included from D:\Github\UE-4.14\UnrealEngine\Engine\Intermediate\Build\Linux\B4D820EA\TestPAL\Development\TestPAL\Module.TestPAL.cpp:2:
In file included from D:\Github\UE-4.14\UnrealEngine\Engine\Intermediate\Build\Linux\B4D820EA\TestPAL\Development\Core\CorePrivatePCH.h:4:
In file included from D:\Github\UE-4.14\UnrealEngine\Engine\Source\Programs\TestPAL\Private\Linux\OffscreenGL.cpp:3:
In file included from D:\Github\UE-4.14\UnrealEngine\Engine\Source\Runtime\Core\Private\CorePrivatePCH.h:16:
In file included from Programs/TestPAL/Private\PrivatePCH.h:6:
In file included from Runtime/Core/Public/HAL\PlatformIncludes.h:6:
In file included from Runtime/Core/Public\Core.h:16:
Runtime/Core/Public/HAL/PlatformCrt.h(5,10): fatal error : 'new' file not found

You need to re-run Setup.bat after setting up Linux cross-toolchain so it can run GitDeps again and download Linux libraries and other files.