Cant find FComponentVisualizer

Hi,

I created a engine plugin and want to use Component Visualizers. I followed the tutorial that says i need a custom module. Also i added “ComponentVisualizers” inside the build file.

However i still cant figure out why FComponentVisualizer is not found:


error : Couldn't find parent type for 'MyVisualizer' named 'FComponentVisualizer' in current module or any other module parsed so far.

Anyone knows what i need to do?