0

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

Young4844
  • 247
  • 1
  • 4
  • 12
  • Are you sure about this? If I recall correctly, clang++ outputs verbatim what file it was trying to find. It should have reported `fatal error: 'veins/base/modules/BaseApplLayer.h' file not found`. – Christoph Sommer Aug 08 '19 at 14:25
  • Hi, thats possible, i might have added the full file name when trying to fix the issue. – Young4844 Aug 08 '19 at 15:28

0 Answers0