CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Threaded View

  1. #1
    Join Date
    Dec 2007
    Posts
    76

    Compiler Problems [VC++ 2005]

    What is this? I'm using a Microsoft IDE, and it cant include windows.h, I was thinking that it may be because the project and files are on the network, but that doesn't make sense because the freeware IDE I was using worked fine at the same place with the same code. Here's a look at the error:
    Code:
    .\main.cpp(1) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    Last edited by HKothari; December 22nd, 2007 at 10:41 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured