Jump to content
Xtreme .Net Talk

Visual Studio 16.7.3 compile error with Win SDK 10.0.19041.1: C2632


Recommended Posts

Posted

Recently updated MS VS (from VS12) and SDK, started to recompile a legacy C++ app and receiving a C2632 error that appears to be thrown from SDK:

 

Output:

 

1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\rpcndr.h(193,23): error C2632: 'char' followed by 'int' is illegal

 

 

Running out of ideas.

 

Did find this on net but not sure how to find the guilty header file amongst my output:

 

It explains how to turn on 'show includes'

 

Project Settings -> Configuration Properties -> C/C++ -> Advanced -> Show Includes

 

@Nico238 Yes, thank you! I found out there was an old GtGui included. This caused the errors.

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...