A
Anna Smidt
I have declared an include file:
// gsl.config must be included for correct build with inline correctly
defined etc.
#include "gsl/config.h"
And the compiler says:
Error 4 fatal error C1083: Cannot open include file: 'gsl/config.h': No
such file or directory
But it's in the subfolder c:\MYPROJECT\gsl\gsl\config.h
Additionally I have set this directory to be included by going to the
VC++ Project settings and defining the path
C:\MYPROJECT\gsl\
and
C:\MYPROJECT\gsl\gsl
Can somebody tell me how he would go on now?
Thanks again.
Anna
// gsl.config must be included for correct build with inline correctly
defined etc.
#include "gsl/config.h"
And the compiler says:
Error 4 fatal error C1083: Cannot open include file: 'gsl/config.h': No
such file or directory
But it's in the subfolder c:\MYPROJECT\gsl\gsl\config.h
Additionally I have set this directory to be included by going to the
VC++ Project settings and defining the path
C:\MYPROJECT\gsl\
and
C:\MYPROJECT\gsl\gsl
Can somebody tell me how he would go on now?
Thanks again.
Anna