C1083 WIN32 No such file or directory
        Posted  
        
            by robUK
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by robUK
        
        
        
        Published on 2010-03-09T03:37:18Z
        Indexed on 
            2010/03/09
            4:06 UTC
        
        
        Read the original article
        Hit count: 375
        
visual-studio
Hello,
Visual Studio C++ 2008
I have downloaded a sample project.
I converted the project from VS 7 to VS 9.
However, when I compile I get this error:
c1xx : fatal error C1083: Cannot open source file: 'WIN32': No such file or directory
Under project properties > preprocessor definitions. I have WIN32 defined there.
I have never had this error before.
Many thanks for any suggestions,
© Stack Overflow or respective owner