我在做一个项目要在windows下使用linux的.CC文件.
首先, 我在VC的项目中添加了这些文件,并改名为.CPP文件,但是编译就出现了问题.
topdownhiermodel.cpp(529) : fatal error C1010: unexpected end of file while looking for precompiled header directive ASBarabasiAlbertModel-1.cpp
asbarabasialbertmodel-1.cpp(213) : fatal error C1010: unexpected end of file while looking for precompiled header directive ASBarabasiAlbertModel-2.cpp
asbarabasialbertmodel-2.cpp(365) : fatal error C1010: unexpected end of file while looking for precompiled header directive ASBarabasiAlbertModel.cpp
asbarabasialbertmodel.cpp(74) : fatal error C1010: unexpected end of file while looking for precompiled header directive ASGLPModel.cpp
这好象是预编译的问题,请教如何解决这些问题.
谢谢.