(VS2022/MFC/Visual c++) Cannot add Event Handler. "Message Type" does not appear in dialog

Viewed 55

I made appliclation type- Dialog based MFC project, named Viewer and added IDR_MAIN_MENU using Add Resource dialog.

added Menu named IDR_MAIN_MENU

and have set up like this

 this

enter image description here

enter image description here

and boom! there is no Message type Ive taught that there should be COMMAND or UPDATE_COMMAND_UI, but there is nothing i have no idea what i did wrong.

one of my classmate had same problem, and he solved this problem indirectly -by installing VS2019

my environment is WINDOWS10/VS2022 with

v143 c++ build tools,
MSVC v143- VS2022 c++ x64/x86 build tools

installed.

sorry for the korean in installer screenshot.

Any Idea of what I did wrong? Should I REALLY install another version of VS?

0 Answers
Related