Jump to content
  • 0
ρixєℓ

Erro plugin Costumeitem.

Question

Does anyone know how to solve?
 
DicFCCR.png
 
I am using MVS2013, Rev 20607 and Plugin 3.4.
 
Or does anyone know the REV most current where the plugin works?
Edited by ρixєℓ

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Update to latest hercules

The error says you don't have that file..

Hercules.h was included few weeks ago... Please update your repo

Share this post


Link to post
Share on other sites
  • 0

That's where the problem lies, the hercules updated and the file is in the right directory.

 

03Up7x4.png

 

 

@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). 
 
 
Thx for help  ;)
Edited by ρixєℓ

Share this post


Link to post
Share on other sites
  • 0

That's where the problem lies, the hercules updated and the file is in the right directory. 03Up7x4.png@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 ../

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.