Hi, You may be experiencing the same issue that I had a while ago, please see this post:
Empty MFC Single Dialog App reports 9 leaks
The solution for me was to place the #include "vld.h" line as the fist line of your stdafx.h file. Do not include "vld.h" in any other file.
Empty MFC Single Dialog App reports 9 leaks
The solution for me was to place the #include "vld.h" line as the fist line of your stdafx.h file. Do not include "vld.h" in any other file.