Project Ignored?

Hey, I can’t seem to make any changes to my C++ code for a group assignment, which is a problem because my group is counting on me. They aren’t having any problems, but I am. Every time I try and make any changes to the code, nothing happens. I can even put a purposeful error into the code that would stop it from building, but I still get “build successful” and absolutely no changes in the code.

have you tried to reset (close/open) VS ? Soemtimes VS stops working, but sometimes it’s due to corrupted C++ projects

you can also try :

Hope that helps!