解决方案{项目一头文件窗口∗.h项目二源文件窗口∗.c、资源文件窗口配置文件、静态库项目三 \text{解决方案} \left\{ \begin{aligned} 项目一头文件窗口*.h \\ 项目二源文件窗口*.c、资源文件窗口配置文件、静态库 \\ 项目三 \end{aligned} \right.解决方案⎩⎨⎧​​项目一头文件窗口∗.h项目二源文件窗口∗.c、资源文件窗口配置文件、静态库项目三​源文件1.添加新项目时文件名字不要用中文‘空格且路径为.c2.编译器用x86编写hello world程序#includestudio.h//预处理指令intmain(void){printf(“hello world.\n”);return0;}