Thanks for all the responses.
I found out that Visual Studio crashed when compiling "resource.rc". If I remove "resorce.rc" from IDE project, all other files could be compiled without problem.
I manually compiled "resource.rc" with Rc.exe, and tried to rebuild the IDE project, but after all files been compiled, there's a linker error say "ProfUIS283yn.lib" is missing.
Since I can only find "ProfUIS283ym.lib" and "ProfUIS283ymd.lib" in the LIBs folder, I just copy ProfUIS283ym.lib into ProfUIS283yn.lib, and now everything could be linked, "Construct.exe" could be generated finally. But... My constrcut.exe won't run
I went to Prof UI and downloed the builded the 2.83 freeware Library, but still can't get the ProfUIS283yn.lib". I'm stuck, and have no idea what i did wrong?