Share via


error C1083:cannot open include file: 'atlimpl cpp': No such file or directory

Question

Tuesday, December 17, 2013 11:49 AM

Hi all

I did the migration of my application from vc++ 6.0 to vc++ 2013 version,after migration i got some errors in my code.

error C1083:cannot open include file: 'atlimpl cpp': No such file or directory

When i googled this problem i went through one of the links  http://msdn.microsoft.com/en-us/library/aa753541(v=vs.85).aspx

Do i need to follow the procedure given in the link or you have any suggestion for this problem??

Kindly help me to go through this ASAP

Thanks Ankush

All replies (3)

Tuesday, December 17, 2013 8:47 PM âś…Answered | 2 votes

A very similar question has been already asked and answered:

http://social.msdn.microsoft.com/Forums/en-US/4117ea1a-23a9-4b57-a753-547f9fc1087b/statregcpp-atlimplcpp-is-obsolete?forum=vcgeneral

Remove #include "atlimpl.cpp".


Wednesday, December 18, 2013 7:22 AM

Hiii

Actually the link which you gave,in that compiler told him to remove the File but in my case its only saying it cannot open the cpp file, Are you sure i should remove it?/

Thanks Ankush


Wednesday, December 18, 2013 7:36 AM

"Actually the link which you gave,in that compiler told him to remove the File but in my case its only saying it cannot open the cpp file"

Yes, in VS2010 that file still exists but it only contains a warning. Deprecated stuff gets removed after a while, VS2013 doesn't have that file at all.

"Are you sure i should remove it?"

It's not like you have a choice.