Cuda 9.0 Project

Dear All

I am porting a CUDA project to CUDA 9.0

In the original project it is configured the option /EHa. It is giving a error saying that “String” is not defined (I suppose that can be solved by /EHa)

I try to configure in “Additional Compiler Options” /EHa and the compiler says that it is overrided by /EHs

How I can solve this problem?

Visual Studio 2015

Thanks

Luis Gonçalves

Seems some key words are messed up.
I try to configure in “Additional Compiler Options” /EHa and the compiler says that it is overrided by /EHs