LINK1181 cannot open input file tbbmalloc.lib

I’m trying to compile UE4 4.20 from source using VS2017. I need the UWP export function for a university project, and everything works fine until the compile step, in which I get the aforementioned error. I’ve seen lots of errors elsewhere but, so far, none of the solutions (which mainly consist of re-running setup.bat and generateprojectfiles.bat) have worked out.

Is there a workaround or solution somewhere?

EDIT: I’ve tried generating project files via GenerateProjectFiles.bat and noticed it spews a bunch of warnings. Here’s the full log:


Setting up Unreal Engine 4 project files...
WARNING: Project file formats specified via the command line will be ignored when generating
         project files from the editor and other engine tools.

         Consider setting your desired IDE from the editor preferences window, or modify your
         BuildConfiguration.xml file with:

         <?xml version="1.0" encoding="utf-8" ?>
         <Configuration xmlns="https://www.unrealengine.com/BuildConfiguration">
           <ProjectFileGenerator>
             <Format>VisualStudio2017</Format>
           </ProjectFileGenerator>
         </Configuration>
Binding IntelliSense data...
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/Embree/Embree2140/Win64/lib/embree.2.14.0.lib' was not resolvable to a file when used in Module 'MeshUtilities', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/NVIDIA/GeForceNOW/lib/x64/GfnRuntimeMD.lib' was not resolvable to a file when used in Module 'GeForceNOW', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/MetricsDiscovery/MetricsDiscoveryHelper/build/lib/x64-md-release/metrics_discovery_helper.lib' was not resolvable to a file when used in Module 'IntelMetricsDiscovery', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/ShaderConductor\ShaderConductor\lib\Win64\ShaderConductor.lib' was not resolvable to a file when used in Module 'ShaderConductor', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/ISPCTexComp/ispc_texcomp/lib/Win64-Release/ispc_texcomp.lib' was not resolvable to a file when used in Module 'IntelISPCTexComp', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/FBX/2020.1.1/lib/vs2017/x64/release/libfbxsdk.lib' was not resolvable to a file when used in Module 'FBX', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14\tbb.lib' was not resolvable to a file when used in Module 'OpenVDB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/OIDN/lib/OpenImageDenoise.lib' was not resolvable to a file when used in Module 'IntelOIDN', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
Binding IntelliSense data... 0%Python SDK not found
C:\UE\UnrealEngine-release\Engine\Plugins\Importers\USDImporter\Source\UnrealUSDWrapper\UnrealUSDWrapper.Build.cs: warning: Referenced directory 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\Python3\Win64\libs' does not exist.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbb.lib' was not resolvable to a file when used in Module 'UnrealUSDWrapper', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/HLMediaLibrary\lib\Windows\Release\x64\HLMediaLibrary.lib' was not resolvable to a file when used in Module 'HLMediaLibrary', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/OpenXR/loader/win64/openxr_loader.lib' was not resolvable to a file when used in Module 'OpenXR', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/Embree/Embree2140/Win64/lib/embree.2.14.0.lib' was not resolvable to a file when used in Module 'ResonanceAudio', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/NVIDIA/GeForceNOW/lib/x64/GfnRuntimeMD.lib' was not resolvable to a file when used in Module 'GeForceNOW', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/NVIDIA/GeForceNOW/lib/x64/GfnRuntimeMD.lib' was not resolvable to a file when used in Module 'GeForceNOW', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/ShaderConductor\ShaderConductor\lib\Win64\ShaderConductor.lib' was not resolvable to a file when used in Module 'ShaderConductor', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/ISPCTexComp/ispc_texcomp/lib/Win64-Release/ispc_texcomp.lib' was not resolvable to a file when used in Module 'IntelISPCTexComp', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/NVIDIA/GeForceNOW/lib/x64/GfnRuntimeMD.lib' was not resolvable to a file when used in Module 'GeForceNOW', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/NVIDIA/GeForceNOW/lib/x64/GfnRuntimeMD.lib' was not resolvable to a file when used in Module 'GeForceNOW', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/ShaderConductor\ShaderConductor\lib\Win64\ShaderConductor.lib' was not resolvable to a file when used in Module 'ShaderConductor', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/ISPCTexComp/ispc_texcomp/lib/Win64-Release/ispc_texcomp.lib' was not resolvable to a file when used in Module 'IntelISPCTexComp', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/NVIDIA/GeForceNOW/lib/x64/GfnRuntimeMD.lib' was not resolvable to a file when used in Module 'GeForceNOW', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/ShaderConductor\ShaderConductor\lib\Win64\ShaderConductor.lib' was not resolvable to a file when used in Module 'ShaderConductor', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/ISPCTexComp/ispc_texcomp/lib/Win64-Release/ispc_texcomp.lib' was not resolvable to a file when used in Module 'IntelISPCTexComp', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'C:\UE\UnrealEngine-release\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/NVIDIA/GeForceNOW/lib/x64/GfnRuntimeMD.lib' was not resolvable to a file when used in Module 'GeForceNOW', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/Embree/Embree270/Win64/lib/embree.lib' was not resolvable to a file when used in Module 'UnrealLightmass', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/TBB/IntelTBB-2019u8/lib/Win64/vc14/tbbmalloc.lib' was not resolvable to a file when used in Module 'IntelTBB', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library 'ThirdParty/Intel/VTune/VTune-2019/lib/Win64/libittnotify.lib' was not resolvable to a file when used in Module 'IntelVTune', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
Binding IntelliSense data... 100%
Writing project files... 100%

C:\UE\UnrealEngine-release>

Those missing module paths seem to be for the UE5 versions. Check that you haven’t accidentally pulled in any UE5 code into the project folder, or have environment variables like PATH pointing somewhere with UE5 source files.

Thanks for replying! Could this happen at all if I have no version of UE5 installed? I’ve tried it on a machine that only had a version of UE4 on it after a fresh Windows installation and it still gave me the exact same errors and warnings.

It’s totally possible that the source code downloads some build support that is not versioned together with the github code. E g, it’s totally possible that the setup scripts download some “build unreal” package/tool, which isn’t versioned in itself, so you get the latest version, not the version used back in 4.20.

It might be that the easiest way around this would be to track down some machine at the university that already has the necessary infrastructure set up. If that doesn’t work, you may want to get ahold of a copy of the Intel Threading Building Blocks, which is the “TBB” it’s talking about in the error, and install that. (I think there might be a fee evaluation version somewhere on the Intel site?)

Ohh, this makes sense.

When I first run Setup.bat, it looks like this:

Checking dependencies (excluding Mac, Android, Linux)...
Updating dependencies:   0% (0/7328)...
Failed to download 'http://cdn.unrealengine.com/dependencies/3321770-f9a487bdd60e467b9a438b5715e2646c/046536af8720fc740eaf2286f148a94953994db5': The remote server returned an error: (403) Forbidden. (WebException)
Press any key to continue. . .

To get it to even work I had to use a workaround which involves changing some files in the Build folder, so maybe that’s what’s messing the whole thing up.

Edit: the file in question is Commit.gitdeps.xml, which I believe is where the above URL is being sourced from. The workaround I’ve found was to download a different version of this XML file from elsewhere and overwrite it. This makes the downloads and installations go through, but it seems that there’s a catch after all.