Missing modules when using source control

My team and I are using Perforce source control. Every time I add new a code to the project and commit it to the Perforce server, my teammates need to regenerate project files and then compile the code from the IDE. Alternatively, when they try to open the project, it displays a ‘missing modules’ error.

The missing module files are always related to ‘Advanced Sessions’ plugins. This issue only started occurring after we implemented the Advanced Sessions plugins. Prior to that, there were no such warnings.

It’s becoming quite annoying having to recompile the code every time. I need to find a way to automate this process more efficiently. Can you help?