The VS2022-based build of UE5.5 version does not work.

Hello, I am currently building UE5.5, which is provided by https://github.com/EpicGames/UnrealEngine에서, with VS2022.

I created the UE5.sln file after performing the build process with the following commands.
0) cd c:\

  1. git clone --depth=1 --branch=5.5.0-release https://github.com/EpicGames/UnrealEngine.git
  2. Setup.bat
  3. GenerateProjectFiles.bat

The creation process was performed correctly, and UE5. sln was created and
now I tried to build this solution file through VS2022, but
the following two errors occurred.
Severity Code Description Project File Line Suppression Status Details
Error D8037 Cannot create temporary il file. Please clean up existing il files in the temporary directory. (0:00.09 at +1:02) UE5 C:\UnrealEngine\Engine\Intermediate\ProjectFiles[184\6613] Compile [x64] cl 1
Severity Code Description Project File Suppression Status Details Error MSB3073 “. The command “...\Build\BatchFiles\Rebuild.bat -Target=”UnrealEditor Win64 Development“ -Target=”ShaderCompileWorker Win64 Development -Quiet“ -WaitMutex -FromMsBuild -architecture=x64” has exited with code: -1. UE5 C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.MakeFile.Targets 50


I have also attached an image of the build process. Please take a look.

The problem is that the build was completed even though the above process was performed identically on another PC.

I would like to ask why the build does not work on a specific PC.

The VScode 2022 component installation is the same on both PCs.

![스크린샷 2024-12-01 144146|682x500](upload://s6j3GVka4eW8Z1JoDNBDp3P32wf.png)
![스크린샷 2024-12-01 144258|616x500](upload://8SdMo2cI0jyIHN7Fpwc8iQ3n8gJ.png)