Rider dosen't seems to work with existing project

I been trying to set up Rider for Unreal Engine 5.3, and If I try to use it with my already existing project, It dosent seems to work? I cannot generate function definitons , add includes etc, or well nothing really, (even if i create a new c++ class it dosent work ) However , If i create new project and I use Rider there, write the same function everything seems to work

image

Nevermind, I realised i should have used “blueprint” callable and not BlueprintImplementableEvent
my bad…