Yeah; that was part of my original problem. I had a few c++ plugins installed and it got confusing what was doing what. So I removed them all and figured out which ones I needed and how to use it. So keeping it simple. C/c++ Compile Run, and c/c++ from Microsoft for the code hinting. Better syntax for the colours and that’s it.
Try to keep it lean, and only add when needed
Login to reply
Replies (1)
When the build process gets complicated you can use
You're learning C++ for bitcoin core?
CMake - Upgrade Your Software Build System
CMake is a powerful and comprehensive solution for managing the software build process. CMake is the de-facto standard for building C++ code, with ...