How to properly remove plugins from a C++ project?

Hi there,

I just removed a lot of plugins from my C++ project through the plugin browser in the editor. After restarting and regenerating the solution files, I’m still seeing code in the solution from most if not all of the plugins I’ve removed. Is there a different process I should be following? I’m trying to reduce the project size by removing unneeded code, since Intellisense is super slow.

Thanks!

bump on this.