-
Notifications
You must be signed in to change notification settings - Fork 67
C++ fail to build with PluginInstaller #72
Comments
Had the same issue. I resolved it by adding the .Net SDK path to the SDK folder (in my case C:/Program Files (x86)/Windows Kits/NETFXSDK/4.7.2/Include/um) to the PrivateIncludePaths and C:/Program Files (x86)/Windows Kits/NETFXSDK/4.7.2/lib/um/x64/mscoree.lib to the PublicAdditionalLibraries).
(to USharp.Build.cs and USharpEditor.Build.cs) |
Hopefully fixed in 8a86cc5 |
@pixeltris awesome it works now! |
I've got a similar issues unfortunately but with 4.24. Couldn't try @Algorithman 's fix because I don't even see the USharp.Build.cs or USharpEditor.Build.cs files anywhere. Perhaps I'm missing something critical here? I'll attach the log file in any case. Any ideas?
Program.Main: at AutomationTool.InternalUtils.RunSingleInstance(Func 1 Main) in D:\Build\++UE4\Sync\Engine\Saved\CsTools\Engine\Source\Programs\AutomationTool\AutomationUtils\Utils.cs:line 731 Program.Main: at AutomationTool.Program.Main(String[] Arguments) in D:\Build\++UE4\Sync\Engine\Saved\CsTools\Engine\Source\Programs\AutomationTool\Program.cs:line 88 Program.Main: AutomationTool exiting with ExitCode=5 (5)
|
Hello,
After building the CS solutions, I try to build the C++ part from PluginInstaller. I've a build error and I don't understand why. I successfuly build the plugin on an another PC so I've probably something missing on this one.
That's the content of the log file
Thank you for your help!
The text was updated successfully, but these errors were encountered: