Article: Hello World! application in C++ tutorialQuestion (Rones): I did exactly as told. But I get a build error.. it wont execute.
this is what I get:
1>------ Build started: Project: HelloWorldProject, Configuration: Debug Win32 ------
1>Compiling...
1>HelloWorldApp.cpp
1>.HelloWorldApp.cpp(1) : warning C4627: '#include <iostream.h>': skipped when looking for precompiled header use
1> Add directive to 'stdafx.h' or rebuild precompiled header
1>.HelloWorldApp.cpp(11) : 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:UsersRoniDocumentsVisual Studio 2008ProjectsHelloWorldProjectHelloWorldProjectDebugBuildLog.htm"
1>HelloWorldProject - 1 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========