endink
Topic Author
Posts: 5
Joined: 27 Oct 2022, 11:06

Too many compile error when upgrade to 3.2 (UnrealEngine 5.1.1)

21 Mar 2023, 04:36

I had to manually modify the C++ code in the plugin to add the missing header file...
Attachments
屏幕截图 2023-03-21 113333.jpg
 
endink
Topic Author
Posts: 5
Joined: 27 Oct 2022, 11:06

Re: Too many compile error when upgrade to 3.2 (UnrealEngine 5.1.1)

21 Mar 2023, 05:13

I'm not sure if this was a bug, but I fixed it by adding the missing include files.

Add line in "NoesisInstance.cpp"

#if WITH_ENHANCED_INPUT
#include "EnhancedInputComponent.h"
#include "InputAction.h"
#endif

Add line in "NoesisXamlFactory.cpp"

#include "NoesisRive.h"
 
User avatar
hcpizzi
Site Admin
Posts: 316
Joined: 09 Feb 2012, 12:40

Re: Too many compile error when upgrade to 3.2 (UnrealEngine 5.1.1)

21 Mar 2023, 11:45

Sorry about the bumpy upgrade.

We normally don't do non-unity, non-PCH builds on a daily basis, but we do them before a release, to catch these kinds of errors. But somehow it failed to trigger ahead of the 3.2 release.

I've already fixed these missing includes, along with a few others.

Who is online

Users browsing this forum: Google [Bot] and 85 guests