how to include Classes file from Extension lib?

hello.
i try

#include “Classes/test.h”
from
cocos2d-x/extensions/GUI/CCScrollView/CCScrollView.h

is it possible? thanks.

Just use “cocos2d::extension::CCScrollView” or “using namespace cocos2d::extension” instead of including file