Very long c++ compiling

I could be wrong but with my workspace from just packages the game, usually it only takes a long time the first time it builds but it looks it rebuilds the entire thing again.

maybe that’s what is happing in your code when you compile your c++ code, instead of just compiling your new code it’s probably just compiling it all again

P.S. I haven’t tested so I could be wrong