When compiling DaeTestReportWriterPerformance.cpp the following errors are reported (below). These errors are usually masked by Unreal "Unity" compilation. These errors are fixed by inserting #include "DaeTestLogCategory.h"
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(22): Error C2653 : 'FLogCategoryLogDaeTest': is not a class or namespace name
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(22): Error C2065 : 'CompileTimeVerbosity': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(22): Error C2065 : 'LogDaeTest': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(61): Error C2653 : 'FLogCategoryLogDaeTest': is not a class or namespace name
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(61): Error C2065 : 'CompileTimeVerbosity': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(61): Error C2065 : 'LogDaeTest': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(117): Error C2653 : 'FLogCategoryLogDaeTest': is not a class or namespace name
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(117): Error C2065 : 'CompileTimeVerbosity': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(117): Error C2065 : 'LogDaeTest': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(118): Error C2653 : 'FLogCategoryLogDaeTest': is not a class or namespace name
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(118): Error C2065 : 'CompileTimeVerbosity': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(118): Error C2065 : 'LogDaeTest': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(131): Error C2653 : 'FLogCategoryLogDaeTest': is not a class or namespace name
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(131): Error C2065 : 'CompileTimeVerbosity': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(131): Error C2065 : 'LogDaeTest': undeclared identifier
When compiling DaeTestReportWriterPerformance.cpp the following errors are reported (below). These errors are usually masked by Unreal "Unity" compilation. These errors are fixed by inserting
#include "DaeTestLogCategory.h"