Jump to content

Help with strange Error Message


Cubitron

Recommended Posts

i get this Error
ErrorMessage: Include file mpmissions\DayZ_Epoch_15.namalsk\dayz_code\Configs\CfgLoot\CfgLoot\CfgLoot.hpp not found.

 

but in  my description are

#include "dayz_code\Configs\CfgLoot\CfgLoot.hpp"

 

how is this possible? its a new Mission file

Link to comment
Share on other sites

ErrorMessage: Include file mpmissions\DayZ_Epoch_15.namalsk\dayz_code\Configs\CfgLoot\CfgLoot\CfgLoot.hpp not found.
                                                                                                                                                        ^^^^^^


See that?, There is to many CfgLoot folders

This is your call
#include "dayz_code\Configs\CfgLoot\CfgLoot.hpp"

This is what folder you are trying to call
#include "dayz_code\Configs\CfgLoot\CfgLoot\CfgLoot.hpp"

See the problem?

Link to comment
Share on other sites

23 hours ago, Th3-Hunter333 said:

ErrorMessage: Include file mpmissions\DayZ_Epoch_15.namalsk\dayz_code\Configs\CfgLoot\CfgLoot\CfgLoot.hpp not found.
                                                                                                                                                        ^^^^^^


See that?, There is to many CfgLoot folders

This is your call
#include "dayz_code\Configs\CfgLoot\CfgLoot.hpp"

This is what folder you are trying to call
#include "dayz_code\Configs\CfgLoot\CfgLoot\CfgLoot.hpp"

See the problem?

Thats not the acual problem. He is calling the right path but the game says it is a different one. This happends only with .bak files in the missionfile, unpacked pbos or .bak files in the missionfile so far I know.

Link to comment
Share on other sites

  • 6 months later...
On 5/20/2021 at 4:41 AM, A Man said:

Thats not the acual problem. He is calling the right path but the game says it is a different one. This happends only with .bak files in the missionfile, unpacked pbos or .bak files in the missionfile so far I know.

But "dayz_code\Configs\CfgLoot\CfgLoot.hpp" and "dayz_code\Configs\CfgLoot\CfgLoot\CfgLoot.hpp" are different? 

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...