ShaderCompileWorker crashes when opening project

Hey so I copied my install of ue4.24.2 source built engine to my desktop from my laptop and I get this error, not sure how to fix but it happens when launching my project which I also copied over…

Fatal error: [File:D:/Unreal Engine 4/UE_4.24.2 SOURCE BUILD/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderCompiler.cpp] [Line: 314]
ShaderCompileWorker crashed!

Fatal error: [File:D:/Unreal Engine 4/UE_4.24.2 SOURCE BUILD/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/D3DShaderCompiler.cpp] [Line: 478] 

DxcDllSupport.Initialize() failed: Result=8007007e

0x00007ffbe9b8a839 KERNELBASE.dll!UnknownFunction ]
0x00007ffb569cdd16 ShaderCompileWorker-Core.dll!ReportAssert() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Runtime\Core\Private\Windows\WindowsPlatformCrashContext.cpp:1341]
0x00007ffb569d0e37 ShaderCompileWorker-Core.dll!FWindowsErrorOutputDevice::Serialize() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Runtime\Core\Private\Windows\WindowsErrorOutputDevice.cpp:78]
0x00007ffb5688eddd ShaderCompileWorker-Core.dll!FOutputDevice::LogfImpl() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Runtime\Core\Private\Misc\OutputDevice.cpp:71]
0x00007ffb55ec03ab ShaderCompileWorker-ShaderFormatD3D.dll!GetDxcDllHelper() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Developer\Windows\ShaderFormatD3D\Private\D3DShaderCompiler.cpp:478]
0x00007ffb55ebe092 ShaderCompileWorker-ShaderFormatD3D.dll!D3DCompileToDxil() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Developer\Windows\ShaderFormatD3D\Private\D3DShaderCompiler.cpp:490]
0x00007ffb55eb62cd ShaderCompileWorker-ShaderFormatD3D.dll!CompileAndProcessD3DShader() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Developer\Windows\ShaderFormatD3D\Private\D3DShaderCompiler.cpp:1078]
0x00007ffb55ebb5e4 ShaderCompileWorker-ShaderFormatD3D.dll!CompileD3DShader() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Developer\Windows\ShaderFormatD3D\Private\D3DShaderCompiler.cpp:1775]
0x00007ffb55ebc1f1 ShaderCompileWorker-ShaderFormatD3D.dll!FShaderFormatD3D::CompileShader() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Developer\Windows\ShaderFormatD3D\Private\ShaderFormatD3D.cpp:58]
0x00007ff7c7f871a3 ShaderCompileWorker.exe!ProcessCompilationJob() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Programs\ShaderCompileWorker\Private\ShaderCompileWorker.cpp:152]
0x00007ff7c7f8837b ShaderCompileWorker.exe!FWorkLoop::ProcessInputFromArchive() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Programs\ShaderCompileWorker\Private\ShaderCompileWorker.cpp:445]
0x00007ff7c7f83e27 ShaderCompileWorker.exe!FWorkLoop::Loop() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Programs\ShaderCompileWorker\Private\ShaderCompileWorker.cpp:255]
0x00007ff7c7f8272c ShaderCompileWorker.exe!GuardedMain() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Programs\ShaderCompileWorker\Private\ShaderCompileWorker.cpp:897]
0x00007ff7c7f8294f ShaderCompileWorker.exe!GuardedMainWrapper() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Programs\ShaderCompileWorker\Private\ShaderCompileWorker.cpp:935]
0x00007ff7c7f8efd7 ShaderCompileWorker.exe!wmain() [D:\Unreal Engine 4\UE_4.24.2 SOURCE BUILD\Engine\Source\Programs\ShaderCompileWorker\Private\ShaderCompileWorker.cpp:1027]
0x00007ff7c7f901d8 ShaderCompileWorker.exe!__scrt_common_main_seh() [d:\agent_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
0x00007ffbebf87bd4 KERNEL32.DLL!UnknownFunction ]
0x00007ffbecc2ced1 ntdll.dll!UnknownFunction ]

0x00007ffbe9b8a839 KERNELBASE.dll!UnknownFunction ]
0x00007ffb8c132e96 UE4Editor-Core.dll!UnknownFunction ]
0x00007ffb8c135e91 UE4Editor-Core.dll!UnknownFunction ]
0x00007ffb8bf142ad UE4Editor-Core.dll!UnknownFunction ]
0x00007ffb89efab60 UE4Editor-Engine.dll!UnknownFunction ]
0x00007ffb89ee280d UE4Editor-Engine.dll!UnknownFunction ]
0x00007ffb89f0c572 UE4Editor-Engine.dll!UnknownFunction ]
0x00007ffb89edc548 UE4Editor-Engine.dll!UnknownFunction ]
0x00007ffb89f163e7 UE4Editor-Engine.dll!UnknownFunction ]
0x00007ffb8c1542cb UE4Editor-Core.dll!UnknownFunction ]
0x00007ffb8c14b381 UE4Editor-Core.dll!UnknownFunction ]
0x00007ffbebf87bd4 KERNEL32.DLL!UnknownFunction ]
0x00007ffbecc2ced1 ntdll.dll!UnknownFunction ]

Crash in runnable thread
Crash in runnable thread TaskGraphThreadHP 8TaskGraphThreadHP 9TaskGraphThreadHP 10

Hope someone has an idea how to fix this, besides rebuilding the engine, also I noticed the errors point to the location on my laptop hdd and not the new location, I’m guessing that’s because the errors are static or something.