ρixєℓ 21 Posted September 20, 2015 (edited) Does anyone know how to solve? I am using MVS2013, Rev 20607 and Plugin 3.4. Or does anyone know the REV most current where the plugin works? Edited September 20, 2015 by ρixєℓ Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted September 20, 2015 Update to latest hercules The error says you don't have that file.. Hercules.h was included few weeks ago... Please update your repo 1 ρixєℓ reacted to this Quote Share this post Link to post Share on other sites
0 ρixєℓ 21 Posted September 20, 2015 (edited) That's where the problem lies, the hercules updated and the file is in the right directory. @edit. Guys, solve fixed lines "../" in all .h(#include) files in the src folder. Ex: #include "config/core.h" #include "common/cbasetypes.h" Switch: #include "../config/core.h" #include "../common/cbasetypes.h" Do this on all files (must be some easier way to solve but my knowledge in src is low). @@Dastgir Thx for help Edited September 27, 2015 by ρixєℓ Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted September 27, 2015 That's where the problem lies, the hercules updated and the file is in the right directory. @edit. Guys, solve fixed lines "../" in all .h(#include) files in the src folder. Ex: #include "config/core.h"#include "common/cbasetypes.h" Switch: #include "../config/core.h"#include "../common/cbasetypes.h" Do this on all files (must be some easier way to solve but my knowledge in src is low). @@Dastgir Thx for help That solution implies that your Hercules is old. New Hercules don't require those ../ 1 ρixєℓ reacted to this Quote Share this post Link to post Share on other sites
0 ρixєℓ 21 Posted September 27, 2015 (edited) @@Dastgir Precisely, I'm Hercules updated(Rev 20692) and only decided after I added the "../". Edited September 27, 2015 by ρixєℓ Quote Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites