First, I'm doing this step
But when i click and do next step like tutorial
Linker -> Input -> Additional Dependencies: user32.lib, Irvine32.lib (the tutorials missed the user32.lib but it is in sample project
my setting in this
not this
I can not understand where the error came from
please tell me how to fix it. I tried my best already



This was changed between version. In 2019 you could see the list. In 2022 you see the macros that group this list into a macro.
You can see the expanded list in the
Additional Dependencieswindow via theMacros>>button.You could also go to the "Command Line" option and see expanded list there. That the final command that will get executed.