First of all Hello guys,
I'm Riccardo I've some programming skills with c++ at basic level, I've already created some simple viasual c++ programs (Euro to Dollars conversion, loading and moving images with buttons etc). I've alwayes wanted to create my own game and due to it's simplicity I've chosen the Visual C++ platform to do that, since I've not the knowledge to add and manage 3d models by my own I decided to try DarkGDK and here comes the problem.
when I create a new project (wizard --> DarkGDK - Game) and I try to run it, it suddenly stops me sayng:
1>c:\prog\visual studio project\dark gdk - game3\dark gdk - game3\main.cpp(8) : fatal error C1083: Impossibile aprire il file inclusione 'DarkGDK.h': No such file or directory
(impossible to open inclusion file or directory)
so I tryed to copy the mentioned file from the darkgdk/include directory to the project directory and run the compiler again, now it gives me another error
1>c:\prog\visual studio project\dark gdk - game2\dark gdk - game2\darkgdk.h(4) : fatal error C1083: Impossibile aprire il file inclusione 'DarkSDK.h': No such file or directory
again I copyed the mentioned file from darkgdk/include to the project directory, runned the compiler and got the next error message
1>c:\prog\visual studio project\dark gdk - game2\dark gdk - game2\darksdk.h(20) : fatal error C1083: Impossibile aprire il file inclusione 'DarkSDKCore.h': No such file or directory
... again copyed the mentioned file
but this time the error message remained the same
1>c:\prog\visual studio project\dark gdk - game2\dark gdk - game2\darksdk.h(20) : fatal error C1083: Impossibile aprire il file inclusione 'DarkSDKCore.h': No such file or directory
as if I had not copyed the file DarkSDKCore.h in the project directory
please help