The issue is exactly the same as here: Visual Studio need to rebuild solution for every change
I make a change to my project, press ctrl + shift + b to build and it succeeds. When I go to run my application, the changes I made do not "show". For example, I change some numbers, they don't have any effect. If I put a breakpoint inside a function, it will come up with the same message as in the other post. To apply the changes, I have to click rebuild, which takes around 1 and a half minute to 2 minutes, simply building the changes in a cpp file would take a lot less time. In the configuration manager, I have the project added.
I tried looking inside the project / solution properties, maybe something is set up incorrectly, however, I have found nothing that would cause this.