Currently I\'m seeing an oddity in functions in one of my programs in visual studio is acting. VS allows me to put break points at certain points in the file, but then in debug
I had the same problem and worked around it by creating a new "solution" in VS and importing the existing .h and .cpp files into it.
Debugging problems gone.
I'm sure the issue was somewhere in the config settings.