Summary
I’m getting the following errors when attempting to build 5.6.0 from source code:
Error C1083 Cannot open include file: '../Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Private/Widgets/ActiveSession/Replication/Client/Multi/Columns/AssignedClients/MultiStreamColumns_AssignedClients.cpp': No such file or directory
Error C1083 Cannot open compiler generated file: '..\Plugins\VirtualProduction\CaptureManager\CaptureManagerEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\CaptureManagerEditorSettings\Module.CaptureManagerEditorSettings.cpp.dep.json': No such file or directory
Please select what you are reporting on:
Creative
What Type of Bug are you experiencing?
UI/Tools
Steps to Reproduce
- Download and install VS 2022 and the required components as outlined here:
https://docs.unrealengine.com/en-US/setting-up-visual-studio-development-environment-for-cplusplus-projects-in-unreal-engine/ - Download the source code zip for UE-release-5.6.0 and unzip
- Run the setup.bat
- Run the GenerateProjectFiles.bat
- Open the solution in VS, set the solution configuration and platform to Development Editor - Win64
- Attempt to build the UE5 target
Expected Result
Successful compilation of target
Observed Result
Error C1083 Cannot open include file: '../Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Private/Widgets/ActiveSession/Replication/Client/Multi/Columns/AssignedClients/MultiStreamColumns_AssignedClients.cpp': No such file or directory
Error C1083 Cannot open compiler generated file: '..\Plugins\VirtualProduction\CaptureManager\CaptureManagerEditor\Intermediate\Build\Win64\x64\UnrealEditor\Development\CaptureManagerEditorSettings\Module.CaptureManagerEditorSettings.cpp.dep.json': No such file or directory
Platform(s)
Win64
Additional Notes
I can also confirm that the Module.CaptureManagerEditorSettings.cpp.dep.json
file is in fact missing from the downloaded source code. MultiStreamColumns_AssignedClients.cpp
however, is present at the cited location.