Permissions denied for directory - c++
I'm trying to build ogre newton application from svn. I have win7 && vs 2008. There is inc directory which is included into resources (additional include directories).
But after开发者_JAVA百科 compiling I get error:
fatal error C1083: Cannot open source file: '*\newton20\inc': Permission denied c1xx
What's wrong?
It looks like the compiler is trying to open the inc directory as a source file.
精彩评论