How to install LUI (freetype issue)

hello, i try to install GitHub - tobspr/LUI: Lightweight User Interface for Panda3D
i’m on windows 11, and i use sdk Panda3D-1.10.15-x64 and ms visual build 2015.

so i have an issue with freetype, when i try to build i have trhis error:
he not found ft2build.h in panda3d include folder.
so i add freetype source code on github but i have this error now:

C:\Panda3D-1.10.15-x64\include\freetype/config/ftconfig.h(41): fatal error C1083: Impossible d’ouvrir le fichier include : ‘ftoption.h’ : No such file or directory (compilation d
u fichier source H:\thomas_game\LUI-master\source\interrogate_wrapper.cpp) [H:\thomas_game\LUI-master\lui.vcxproj]

thx in advance for your help

You may want to grab the thirdparty packages zip on the download page, which includes the headers for third-party packages like freetype, and it makes sure that it is the same version of freetype that was used to build panda3d with.