I hope there aren't too many posts like this.
Building a solution
getting
fatal error C1083: Cannot open include file: 'arxHeaders.h':
The ..\inc path is on the environment variable PATH
The File exists
I've tried both
#include "arxHeaders.h"
and
#include <arxHeaders.h>
any ideas ??