Error when trying to enable exceptions: "exception handling was disabled in PCH file but is currently enabled"

I’m trying to enable exceptions using bEnableExceptions = true; in my module’s build.cs file. However, I’m getting the following error:

EXEC : error : exception handling was
disabled in PCH file but is currently
enabled

P.S. I’m building for Android.