I have built the source code version 5.0.3 with VS2019 16.11.17 , sdk version is 10.0.19041.0.
Everything is fine except the following error:
57>[1/3] Link UnrealEditor-VisualStudioCodeSourceCodeAccess.dll
57>LINK : fatal error LNK1104: cannot open file“..\Plugins\Developer\VisualStudioCodeSourceCodeAccess\Intermediate\Build\Win64\UnrealEditor\Development\VisualStudioCodeSourceCodeAccess\UnrealEditor-VisualStudioCodeSourceCodeAccess.suppressed.exp”
57>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(45,5): error MSB3073: command“..\..\Build\BatchFiles\Build.bat -Target="UnrealEditor Win64 Development" -Target="ShaderCompileWorker Win64 Development -Quiet" -WaitMutex -FromMsBuild”exited,code is 6。
The requested file “UnrealEditor-VisualStudioCodeSourceCodeAccess.suppressed.exp” didn’t exist.
From the log file , I can’t find the log to create this file “UnrealEditor-VisualStudioCodeSourceCodeAccess.suppressed.exp” .
When I run the project UE5, the program will warn the UnrealEditor-VisualStudioCodeSourceCodeAccess.dll is error!
Please give me any suggestion about how to slove the error!
By the way , i have tried use VS2022, the same error happened. At last , I have copyed the UnrealEditor-VisualStudioCodeSourceCodeAccess.dll from UE5 installed by Epic Games Launcher , and It works!
Thanks a lot!
qc