无法确定需要的是哪个要重载的函数 操作环境是vs2010,该怎么解决

无法确定需要的是哪个要重载的函数 操作环境是vs2010

((CButton*)GetDlgItem)(IDC_RADIO1)为什么这个会被标出无法确定需要的是哪个要重载的函数

// TODO: 在此添加额外的初始化代码
((CButton*)GetDlgItem)(IDC_RADIO1)->SetCheck(TRUE);

  nAddend = 10;

return TRUE; // 除非将焦点设置到控件,否则返回 TRUE

------解决方案--------------------
((CButton*)GetDlgItem(IDC_RADIO1))->SetCheck(TRUE);
------解决方案--------------------
探讨

((CButton*)GetDlgItem(IDC_RADIO1))->SetCheck(TRUE);