I can't display Classwizard anymore in MFC project in VS 2019

馋奶兔 提交于 2020-02-25 08:22:48

问题


My project started out years ago. Now using VS 2019.

Whilst I can right-click and add event handlers (since it uses a new VS wizard), and I can right-click the class and add generic variables (since it uses a new VS wizard) I can't display class wizard any more:

I have tried cleaning the project and tried renaming my folder.

It refuses to display and shows that message:

Value does not fall within the expected range.

The other error message that shows is:

The parameter is incorrect. (Exception from HRESULT: 0x80070075 (E_INVALIDARG))

This means it is very hard for me to attach new variables to new controls on dialog resources.

I have researched this issue and can't find a solution that works for my 2019 MFC project.

Update

I tried using the Visual Studio Installer and Repair and that did not resolve the issue.

来源:https://stackoverflow.com/questions/56651005/i-cant-display-classwizard-anymore-in-mfc-project-in-vs-2019

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!