Cannot access a disposed object

If you get the error below when opening the VC++ MFC sample with Visual Studio 2017, the reason is that MFC is not installed by default with VS 2017.

To install MFC, make sure that the MFC component is selected when you install VS 2017.

Last updated