C2440 error

I have included
#include “Kismet/GameplayStatics.h”
to use UGameplayStatics. But its giving me an error
C2440 ‘initializing’: cannot convert from ‘otherclasstype’ to ‘const Uclass*’
Any idea why this would happed as its in the UObjectBaseUtility.h which I cant edit