I have installed Veins 5 with Omnet++ 5.4.1. I upgraded my veins 4 project to veins 5 as advised here
But, I am facing a new problem where the compiler cannot see Veins library. The error I am getting is as follow: undefined reference to Veins::DemoBaseApplLayer::initialize(int)
I also included veins as a reference project and updated included path in the Makemake option to
"C:\veins5\veins-veins-5a1\src"
Am I missing any further configuration?
I am running Veins under Windows OS.