Topic: SimpleGamePlugin
Hi,
I trying to compile the project SimpleGamePlugin in Visual Studio 2008 and when I click build:
1>------ Build started: Project: Game, Configuration: Debug Win32 ------
1>Compiling...
1>MyBehavior.cpp
1>c:\users\rodolfo\desktop\simplegameplugin\simplegameplugin\_gameplugin\sources\mybehavior.h(11) : fatal error C1083: Cannot open include file: 'MEngine.h': No such file or directory
1>MyGame.cpp
1>c:\users\rodolfo\desktop\simplegameplugin\simplegameplugin\_gameplugin\sources\mygame.h(11) : fatal error C1083: Cannot open include file: 'MEngine.h': No such file or directory
1>SimpleGamePlugin.cpp
1>c:\users\rodolfo\desktop\simplegameplugin\simplegameplugin\_gameplugin\sources\mygame.h(11) : fatal error C1083: Cannot open include file: 'MEngine.h': No such file or directory
1>Generating Code...
1>Build log was saved at "file://c:\Users\Rodolfo\Desktop\SimpleGamePlugin\SimpleGamePlugin\_GamePlugin\_VisualCPP\Debug\BuildLog.htm"
1>Game - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
And I put the MEngine.h in the folder. What's the problem?