This appeared when I write the code shown below this dotted line.More information in the Comments.Do you suppose there's a way to turn off /Yu compiler option by default?--------------------------------------------------------------------------------------------------------------------#ifndef MAIN_H# define MAIN_H# ifndef WIN32_LEAN_AND_MEAN# define WIN32_LEAN_AND_MEAN# endif#include <Windows.h>#include <D3D10.h>#include <D3DX10.h>//Going to make a class.//First, a namespace.namespace Core{ }//The main Win32 method.int WINAPI WinMain(HINSTANCE, HINSTANCE, LPTSTR, int);//The main Window Procedure method.LRESULT CALLBACK WindowProc(HWND, UINT, WPARAM, LPARAM);#endif //End of MAIN_H
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results