/GX (Enable Exception Handling)
| Overview | How Do I | Compiler Options
This option enables synchronous exception handling with the assumption that extern C functions never throw an exception. It is now equivalent to /EHsc.
For more information, see Exception Handling Topics (C++).