I have the following includes in TutorialAppl.h
:
#include "veins/modules/application/ieee80211p/BaseWaveApplLayer.h"
#include "veins/modules/mobility/traci/TraCIMobility.h"
#include "veins/modules/mobility/traci/TraCICommandInterface.h"
When I tried to build the project, there is a fatal error:
Description Resource Path Location Type fatal error: veins/modules/application/ieee80211p/BaseWaveApplLayer.h: No such file or directory TutorialAppl.h /VeinsTutorial/src line 11 C/C++ Problem
I am using veins 4.6. The project is under the root directory of Project Explorer.
what should I do , thank you very much!