1

I came across this PCH issue in VS c++. i have done some searches before asking here. it seems that adding #pragma once would solve the problem. However, i wonder if there is another way.

enter link description here resource link

enter image description here

Community
  • 1
  • 1

1 Answers1

3

This is a visual studio 2010 bug. It'll go away when you add a .cpp file and include the singleton header in it.

rashmatash
  • 1,699
  • 13
  • 23