65.9K
CodeProject is changing. Read more.
Home

Solve Error RC2135: File Not Found: xxxxx.tlb

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.79/5 (6 votes)

May 22, 2012

CPOL
viewsIcon

38127

This tip tells you what to do when you are faced with the RC2135 problem in the resource file.

Introduction

Recently, while compiling an Active X control, I was faced with the issue RC2135 (file not found) in the rc file.

How to Solve

Declare $(IntDir) in the Additional Include Directories field of the Resources Tab (General Section) in the Configuration Properties of the project.

Acknowledgements

History

  • 23rd May, 2012: Tip uploaded