标签:
IntelliSense: incomplete type is not allowed
ifstream inputFile;
Need to add this:
#include <fstream>
ifstream:incomplete type is not allowed
原文地址:http://www.cnblogs.com/cindy-hu-23/p/4194059.html