I've been stuck on this question for around two hours now.
I'm trying to prove that:
$\lnot C, \ (B \to \lnot C)\to A \vdash (A \to C)\to F $
I'm trying to get my second last step to be:
$\lnot C, \ (B \to \lnot C)\to A, \ A \to C \vdash F $,
but I have no idea how to get started. I'm not sure what I can start off with, especially due to the $(B \to \lnot C)\to A)$ part.
I'm allowed to use 11 rules of formal deducibility/deduction.
If anyone can help me get started, or give me some hints, I would be extremely thankful!

The intuition to prove $\lnot C, \ (B \to \lnot C) \to A \vdash (A \to C) \to F$ is that from the assumption $\lnot C$ it follows that $B \to \lnot C$ (if $\lnot C$ holds, then in particular it holds under the additional hypothesis $B$). From that, you can apply modus ponens with $(B \to \lnot C) \to A$ to get $A$, and then you can easily find a contradiction with the assumption $A \to C$ (to be discarded) and $\lnot C$. From a contradiction you can derive everything (principle of explosion or ex falso quodlibet), in particular $F$. Finally, you just have to discharge the hypothesis $A \to C$.
Formally, the derivation in natural deduction that you are looking for is the following:
\begin{align} \dfrac{\dfrac{\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\dfrac{\lnot C \qquad \dfrac{[A \to C]^* \qquad \dfrac{(B \to \lnot C) \to A \qquad \dfrac{\lnot C}{B \to \lnot C}\to_i}{A}\to_e\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!}{C} \lnot_e\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!}{\bot}\lnot_e\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!}{F}\bot_e\!\!\!\!\!\!\!\!\!}{(A \to C) \to F}\to_i^* \end{align}
where the falsehood or absurdity (a formula that is always false) is denoted by $\bot$, and $[A]^*$ stands for an assumption $A$ that has been discharged by the rule $*$.