Unable to create class inherited from UBTTask_BlackboardBase

I do not know why it does not work to me. I do that like following

PublicDependencyModuleNames.AddRange(
new string {
“Core”,
“CoreUObject”,
“Engine”,
“OnlineSubsystem”,
“OnlineSubsystemUtils”,
“AssetRegistry”,
“AIModule” } );