How can I enable unwind semantics for C++-style exceptions?

Well, you can always hack VCToolChain.cs in UnrealBuildTool to add /EHsc (look up the code where it gets added) :slight_smile: This is the dirtiest solution possible though (which will work though), I suggest that you first try to sort out the problem why you could not do that through BuildConfiguration.