Click here to Skip to main content
15,887,383 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,

On my development machine i have VS 2017 installed. Here i can see the fusion.h file at the path
Quote:
c:\Program Files (x86)\Windows Kits\8.1\Include\um\fusion.h
.

Whereas when i tried to install VS 2017 build tools on a new fresh machine, I did not see the fusion.h on this path. I selected Windows 8.1 SDK while installing these tools.

Am i missing something ??

What I have tried:

I have tried installing VS 2017 build tools along with the Windows SDK 8.1.
Will I need to install Visual studio as well ??
Posted
Updated 3-Jan-18 22:41pm

1 solution

Sounds like it was removed because it is obsolete.

Remove the include and compile to see the results. If it wont compile google for the missing includes...
 
Share this answer
 
Comments
PrafullaVedante 5-Jan-18 0:04am    
On removing it gives errors for undeclared identifier

error C2065: 'IAssemblyCache' : undeclared identifier

Shall i use the fusion.h from older sdk ? As it contains interface declarations only.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900