I am trying to create an application using Visual studio 2012. I get the following error while compiling
C: \ Program Files \ Microsoft Visual Studio 11.0 \ VC \ include \ tchar.h (24): fatal error C1189: #error: you need to enable strsafe.h after tchar.h
i included tchar.h after strsafe.h in the stdafx.h file. anyway i get the same error. how to fix this problem
source share