Error in Lyra Sample Project - UE 5.2

When porting a 5.1 Lyra project to 5.2, I was able to fix these linker errors by adding these two lines near the end of LyraGame.build.cs

		SetupGameplayDebuggerSupport(Target);
		SetupIrisSupport(Target);

https://github.com/EpicGames/UnrealEngine/blob/a416715ec338d534ad13abc290544a801ef1381e/Samples/Games/Lyra/Source/LyraGame/LyraGame.Build.cs#L86

This is part of Iris support and is mentioned in the upgrade notes:

4 Likes