C++ Compile can't find #include files

Hi, Jamie,

I’m trying to use Voice.h and OnlineSubsystemUtils.h . I have added “Voice” etc. in my .Build.cs file for my game but I am still running into the same error.
I have included the header files in the header file for my C++ actor as well. I would really appreciate your help. Thank you.

Note: I can not find the Voice.h file in the external dependencies folder of my game. I have downloaded a sample project that has Voice.h included and everything works smoothly in that project. I also saw some differences in the .ini files and I have copied those parts of the code where voice is enabled