This article refers to the method: http://blog.csdn.net/skyloveyue/article/details/52105912
and analyzes the http://connect.microsoft.com/VisualStudio/feedbackdetail/view/883792/in this paper. Classwizard-error-in-visual-studio-2013-update-2 provides the workaround:
I ' ve had the same error when trying to use the Class Wizard. I have reset my environment as described and the error is gone. After this I reconfigured the environment step by step to fit my needs. I noticed that the error appears if I choose to disable external dependency folders (Options\text editor\c/c++\advanced) . Setting the value to true and reopening the solution cleared the error.
My project occurs because of the Bsgsoft MFC development project, which is caused by the use of Bsgsoft third-party libraries, only the Bsgsoft-related classes will occur. Through analysis, it is considered that this is a third-party library of the class header file is more complex, need to rebuild the database.
Set the recreate database in the text editor to true, exit vs and reopen the project, VS will rebuild the database for the project, and then open the Class Wizard after the database rebuild is complete, and the problem is resolved.