SyntaxFix
Write A Post
Hire A Developer
Questions
This is what caused the problem in my case (CMakeLists.txt):
CMakeLists.txt
set (CMAKE_CXX_FLAGS "...some flags...")
It makes invisible all earlier defined include directories. After removing / refactoring this line everything works fine.