I’m trying to use that library ut visual studio doesn’t find it

but I can find it in the project explorer:

I’ve even tried with the entire path:
but nothing changed.
Help me please.
I’m trying to use that library ut visual studio doesn’t find it

but I can find it in the project explorer:

I’ve even tried with the entire path:
needed header:
#include "ExtensionLibraries/MovieSceneBindingExtensions.h"
Needed module file => add “SequencerScripting” to build file
Example:
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" , "SequencerScripting" });