Did you end up solving that problem? If so, how?
EDIT: OK in my case the parent function was optimized out, and the call was made to the grandparent function instead. I added more code inside of the parent function (e.g. a logging function call), and now it is correctly called. You can also wrap your parent function with #pragma optimize("", off) and #pragma optimize("", on).