Visual C++Questions specific to Microsoft's Visual C++. For questions not specific to this Microsoft version, use the C++ Programming forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Visual C++ section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
The problem you are facing usually occurs when you have another instance of VC++ running with the same project open. Or when the last time you opened the project the VC++ couldnât close completely and is still stuck somewhere. Check the process view of Task Manager and close any instance of VC++ running and then try again.
Thanks for your answer. I had already figured it out, and the problem was, as you stated, that an other instance of VC++ was running with the same project open...