Problems with LIDAR Point Cloud Library in visual studio

I have some problems in including a library of Lidar Point Cloud in my actor script.
Visual studio say to me the file not found, but i installed the plugin in Unreal and in visual studio i have the header files (in /Enterprise/LidarPointCloud/Source…).

The error:
[2022.09.20-16.31.52:689][248]CompilerResultsLog: /home/bk/Documents/Unreal Projects/MyProject2/Source/MyProject2/MyPointCloud.cpp:5:10: fatal error: ‘LidarPointCloudShared.h’ file not found

Can someone help me?