Croteam-official / Serious-Engine

An open source version of a game engine developed by Croteam for the classic Serious Sam games.
GNU General Public License v2.0
3.03k stars 366 forks source link

fatal error C1083: Cannot open include file: 'Engine/Classes/BaseEvents.h': No such file or directory #21

Closed Neknail closed 8 years ago

Neknail commented 8 years ago

When I built the solution with VS Enterprise 2015 , error in the subject was found. The original solution and project are targeted on VS 2013, I have to upgrade them to target on VS 2015 by right-clicking the solution and selecting the "Retarget solution" command.

Anything I missed?

Thanks

SLAwww commented 8 years ago

Build log please?

Neknail commented 8 years ago

StdAfx.cpp 13>C:\Users\klian\Source\Repos\Serious-Engine\Sources\Engine/Entities/Entity.h(56): fatal error C1083: Cannot open include file: 'Engine/Classes/BaseEvents.h': No such file or directory 14> @SLAwww Thanks!

SLAwww commented 8 years ago

Your solution path is way too long. Shorten it down and try again. This happens so often I'm going to add this to readme.

Neknail commented 8 years ago

Thanks, it works now.

2016-03-16 17:12 GMT+08:00 SLAwww notifications@github.com:

Your solution path is way too long. Shorten it down and try again. This happens so often I'm going to add this to readme.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/Croteam-official/Serious-Engine/issues/21#issuecomment-197221747