There is such code:
#include "wrad.h" extern class WRAD; void Func(WRAD::VisionParams parametrs); Inside another, the module.h file header; The definition of Func is written, and the linker does not give any errors. But when compiling, an error occurs: C2027 use of undefined type 'WRAD'. What is the catch?