我project->add to project->new新建了一个capturethread.cpp文件,但是编译的时候……
编译的时候出现
d:\microsoft visual studio\myprojects\mytest1\capturethread.cpp(34) : fatal error C1010: unexpected end of file while looking for precompiled header directive
第34行是capturethread.cpp的结尾
fun1()
{
}
fun2()
{
}//第34行
请教大家,为什么会这样,怎么改正这个错误