I get a compiler error that I can’t seem to figure out how to fix. Yes I know it’s a stupid one but I can’t seem to stop it. I’ve added the includes to VC++ directories in the IDE options. Any help would be greatly appreciated.
Here is the error:
Error 1 fatal error C1083: Cannot open include file: ‘cppunit/TestFixture.h’: No such file or directory c:\…\Application\Test.cpp 5
In which case this is wrong:
It should be:
Since you already specified the “cppunit” part of the path in the include directories setting.