2
on: April 08, 2021, 02:01:01 pm
Hi.
I have a question about Substance in Unreal Engine.
I'm using a custom UE 4.26.1, so I needed to build it.
When I built it with VS2017, the following error occurred.
1> substancelink_framework.lib (export.obj): error LNK2001: unresolved external symbol __CxxFrameHandler4
1> substancelink_framework.lib (core.obj): error LNK2001: unresolved external symbol __CxxFrameHandler4
1> substancelink_framework.lib (system.obj): error LNK2001: unresolved external symbol __CxxFrameHandler4
1> substancelink_framework.lib (callbacks.obj): error LNK2001: unresolved external symbol __CxxFrameHandler4
1> Engine \ Plugins \ Marketplace \ Substance \ Binaries \ Win64 \ UE4Editor-SubstanceLink.dll: fatal error LNK1120: 1 unresolved externals
When I built it with VS2019, the build was successful.
I think Substance/Libs etc. are built with VS2019.
I would like to operate with VS2017. Is there any other solution or provision of VS2017 version?
Thanks for watching.