非常に単純なヘッダーで C2143 エラーが発生します。何が問題なのかを見つけるのを手伝ってもらえますか?
#ifndef GLOB_H_INCLUDED
#define GLOB_H_INCLUDED
#include <string>
#include <windows.h>
extern string *name, *surname, *dob, *hospNo, *addr, *sex, *email, *phone, *nhs, *allerg, *indic, *notes;
extern int leftc, rightc, middlec;
extern string ks;
#endif
さらに説明が必要な場合は...事前に感謝します。