What about the include paths set in your project?
Do they include the directory with that header?
It doesn't matter if you use "" or <>.
The header will be searched in standard include paths and in user defined paths.

Regards