I am trying to build a veins application. But i am getting the following error:
veins/modules/application/ieee80211p/VADDBaseWaveApplLayer.h:25:10: fatal error: 'BaseApplLayer.h' file not found
The complete line in VADDBaseWaveApplLayer.h is: #include "veins/base/modules/BaseApplLayer.h"
However, the file is there, in the correct directory.
Im not sure how to correct this. Thank you