I have the following MWE in Visual Studio code. Box.h is as follows.
#ifndef BOX_H #define BOX_H class Box { public: double length;