I decided to create a new OMNeT++ project to keep my applications separated from the Veins project.
However, I am facing problems when I try to execute the appls from my project src folder.
I've already configured my project and Veins according to the following link: https://omnetpp.org/pmwiki/index.php?n=Main.HowToExtendAProject
I also tried to recreate the makefiles from my project but it doesnt work.
My .cc files use Register_Class() and Define_Module() properly but the Error Log keeps showing this error Class not found -- perhaps its code was not linked in, or the class wasn't registered with Register_Class(), or in the case of modules and channels, with Define_Module()/Define_Channel() -- in module (omnetpp::cModule)
I really feel the problem has to do with the makefiles because when I import this application from my project to Veins src folder it works perfectly.
Ps.: I'm using OMNeT 5.1 + Veins 4.5 + Sumo 0.28
Any help or suggestions would be appreciated.