Forsberg
11-11-2008, 21:45
Собственно проблема в следующем
Пишет или файл не найден или выдает ошибку....
1>------ Build started: Project: Example, Configuration: Debug Win32 ------
1>Compiling...
1>Example.cpp
1>c:\c\example\example\example.cpp(5) : warning C4627: '#include <iostream.h>': skipped when looking for precompiled header use
1> Add directive to 'stdafx.h' or rebuild precompiled header
1>c:\c\example\example\example.cpp(16) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
1>Build log was saved at "file://c:\C\Example\Example\Debug\BuildLog.htm"
1>Example - 1 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
#include <iostream.h>
int main ()
{
cout <<"AAA" <<endl;
getch ();
return 0;
}
В чем здесь может быть ошибка???
Пишет или файл не найден или выдает ошибку....
1>------ Build started: Project: Example, Configuration: Debug Win32 ------
1>Compiling...
1>Example.cpp
1>c:\c\example\example\example.cpp(5) : warning C4627: '#include <iostream.h>': skipped when looking for precompiled header use
1> Add directive to 'stdafx.h' or rebuild precompiled header
1>c:\c\example\example\example.cpp(16) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
1>Build log was saved at "file://c:\C\Example\Example\Debug\BuildLog.htm"
1>Example - 1 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
#include <iostream.h>
int main ()
{
cout <<"AAA" <<endl;
getch ();
return 0;
}
В чем здесь может быть ошибка???