s the C++ Code for the third person character meant to take 15 minutes to compile? My computer is worth £800. This guy on Youtube compiled the code for the third person character and it took 30 seconds. Mine is way longer than that. And pretty much any C++ tutorial I see - when the person compiles the code it will take 20 - 40 times longer for the code to compile for me. Please help. I’m so fed up of this. There has always been a problem with my computer when it comes to programming. Even my IntelliSense for visual studio doesn’t work. Please though, if you have any idea on why my code takes forever to compile please let me know.
If you want the fastest compelling speed use the debugging from visual studio it will open up your project once more and should increase your compelling speed for me it goes from 2-3 min to 15-30 secs. Don’t forget to close the project you opened.
A video capture shown on YouTube can be (and should be) edited with long pauses removed. Don’t believe they’re faster just because they say they are.
Make sure you aren’t running any other software that might slow down VS.
Are you rewriting the engine code? Subclass the character instead.
Hope that helps.