Error while Compiling the UVM Testbench

In reply to Divya_LTTS:

These compilation errors are caused by a wrong compilation order. You need to compilethe sequencer driver etc befor they are used in the agent.
Best is to pack all these files in the right order in a package and then compile this package afterwards.