Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am troubling with an error error C2653:MSXML is not a class or namespace name

Please help me

Thanks in advance
Posted
Updated 1-Aug-11 23:37pm
v2
Comments
kutz 2 2-Aug-11 5:37am    
Now I solved this issue by giving #import "E:\WINDOWS\system32\msxml.dll"

named_guids.Thank you to all for your look into this

1 solution

Assuming that MSXML is a class or namespace name, check the order of your include files: stdafx.h should be first in the list. It's a quirk of the compiler to do with precompiled headers apparently, that it ignores and such before stdafx.h
 
Share this answer
 

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